|
@@ -26,13 +26,13 @@ module.exports = defineConfig({
|
|
scene: {
|
|
scene: {
|
|
template: 'public/index.html',
|
|
template: 'public/index.html',
|
|
entry: 'src/main.ts',
|
|
entry: 'src/main.ts',
|
|
- filename: `${SCENE || 'index'}.html`,
|
|
|
|
|
|
+ filename: 'index.html',
|
|
title: process.env.TITLE,
|
|
title: process.env.TITLE,
|
|
},
|
|
},
|
|
hotspot: {
|
|
hotspot: {
|
|
template: 'hotspot/hotspot.html',
|
|
template: 'hotspot/hotspot.html',
|
|
entry: 'hotspot/main.ts',
|
|
entry: 'hotspot/main.ts',
|
|
- filename: `${SCENE ? SCENE + '-hotspot' : 'hotspot'}.html`,
|
|
|
|
|
|
+ filename: 'hotspot.html',
|
|
title: process.env.TITLE,
|
|
title: process.env.TITLE,
|
|
},
|
|
},
|
|
},
|
|
},
|