Merge pull request #3 from davotronic5000/feature/custom-domain

Feature/custom domain
This commit is contained in:
Dave 2023-01-14 11:21:31 +00:00 committed by GitHub
commit e19bbbff54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
module.exports = {
// if the app is supposed to run on Github Pages in a subfolder, use the following config:
// publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
publicPath: process.env.NODE_ENV === "production" ? "/" : "/"
};