Skip to content

Commit

Permalink
Remove prefix-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Aug 22, 2024
1 parent 7c8187c commit 035f1c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install and Build
run: |
npm ci --legacy-peer-deps
npm run build-pages
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const blue = require("@material-ui/core/colors/red").default
const CourseSettings = require('./course-settings')

module.exports = {
pathPrefix: "/ohjelmointi-24-sv",
siteMetadata: {
title: CourseSettings.name,
siteUrl: CourseSettings.siteUrl,
Expand Down

0 comments on commit 035f1c0

Please sign in to comment.