Fix for github pages paths

This commit is contained in:
2022-05-12 06:01:11 -04:00
parent 8849666959
commit 617f3bf770
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
pathPrefix: '/CSC496GatsbySite',
siteMetadata: {
title: `My First Gatsby Site`,
siteUrl: `https://www.yourdomain.tld`,

View File

@@ -13,7 +13,7 @@
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b main"
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-pages"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",