From 035f1c007353ce7c53cdf0d55be2524842915adb Mon Sep 17 00:00:00 2001 From: Antti Leinonen Date: Thu, 22 Aug 2024 10:05:36 +0300 Subject: [PATCH] Remove prefix-paths --- .github/workflows/main.yml | 2 +- gatsby-config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d393af84..46fa31de0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/github-pages-deploy-action@4.0.0 with: diff --git a/gatsby-config.js b/gatsby-config.js index 4232ac0b4..5d2698c40 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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,