mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 22:19:16 +02:00
Restored review app for front-end
This commit is contained in:
parent
663600d54e
commit
2bc119e353
3 changed files with 22 additions and 67 deletions
|
@ -10,7 +10,7 @@ if (process.env.BUNDLE_ANALYZE === '1') {
|
|||
plugins.push(new BundleAnalyzerPlugin())
|
||||
}
|
||||
module.exports = {
|
||||
baseUrl: '/front/',
|
||||
baseUrl: process.env.BASE_URL || '/front/',
|
||||
pages: {
|
||||
embed: {
|
||||
entry: 'src/embed.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue