This commit is contained in:
Lucidiot 2019-10-10 17:40:01 +02:00
parent 2ab4b7ea95
commit 0f803b82e2
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/transporte/'
: '/'
}
: '/',
};