Fix for github pages paths
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
pathPrefix: '/CSC496GatsbySite',
|
||||
siteMetadata: {
|
||||
title: `My First Gatsby Site`,
|
||||
siteUrl: `https://www.yourdomain.tld`,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user