fix build path

This commit is contained in:
Steffen 2020-12-22 12:15:36 +01:00
parent ed03b055f3
commit ee8de70225
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
publicPath: process.env.NODE_ENV === "production" ? "/" : "/"
};