We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c4525 commit b1793a9Copy full SHA for b1793a9
vite.config.ts
@@ -32,8 +32,8 @@ const getInput = (hmr: boolean): InputOption => {
32
33
const getBase = (command: string) => {
34
if (command === 'serve') return `http://localhost:${port}/`;
35
- if (isBuildDev) return '/';
36
- return isWeb ? '/trakt-extension/' : '/';
+ if (isBuildDev) return '';
+ return isWeb ? '/trakt-extension/' : '';
37
};
38
39
export default defineConfig(({ command }) => ({
0 commit comments