gestion apache_alias)
This commit is contained in:
parent
afa236359f
commit
859cc9883a
|
@ -10,9 +10,9 @@ Encore
|
||||||
// directory where compiled assets will be stored
|
// directory where compiled assets will be stored
|
||||||
.setOutputPath('public/build/')
|
.setOutputPath('public/build/')
|
||||||
// public path used by the web server to access the output path
|
// public path used by the web server to access the output path
|
||||||
.setPublicPath('/build')
|
.setPublicPath('/' + (process.env.APACHE_ALIAS ? process.env.APACHE_ALIAS + '/' : '') + 'build')
|
||||||
// only needed for CDN's or sub-directory deploy
|
// only needed for CDN's or sub-directory deploy
|
||||||
//.setManifestKeyPrefix('build/')
|
.setManifestKeyPrefix('build/')
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ENTRY CONFIG
|
* ENTRY CONFIG
|
||||||
|
|
Loading…
Reference in New Issue