update router conf

This commit is contained in:
Simon Vieille 2023-02-24 22:16:21 +01:00
parent f608dfc12e
commit c24ee139de
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -7,7 +7,7 @@ Encore.configureRuntimeEnvironment(process.env.NODE_ENV || 'dev')
Encore Encore
// directory where compiled assets will be stored // directory where compiled assets will be stored
.setOutputPath('public/') .setOutputPath('public/')
.setPublicPath(APP_BASE_URL) // .setPublicPath(APP_BASE_URL)
.setManifestKeyPrefix('') .setManifestKeyPrefix('')
.addEntry('app', './src/app.js') .addEntry('app', './src/app.js')
.enableSingleRuntimeChunk() .enableSingleRuntimeChunk()