config changes for automated deployment

1. add a path prefix to the build in order to deploy on github pages
2. more importantly, use the CDN tiles, at least for now.
This commit is contained in:
Matt Price 2025-01-24 18:45:30 -05:00
commit b8540564c2
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ module.exports = {
image: '/static/favicon.ico',
siteUrl: process.env.SITE_URL || 'http://localhost:8000',
},
pathPrefix: process.env.PATH_PREFIX || '',
pathPrefix: process.env.PATH_PREFIX || 'j40-cejst-2',
plugins: [
{
resolve: 'gatsby-plugin-sass',