lint fixes

This commit is contained in:
Dave 2023-01-14 11:25:02 +00:00
parent cb2849b07e
commit 8adf6ab7cd

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" ? "/" : "/",
publicPath: process.env.NODE_ENV === "production" ? "/" : "/"
};