Skip to content

Commit 2d5a5eb

Browse files
committed
Add missing base for public demo.
1 parent a380525 commit 2d5a5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.demo.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default defineConfig({
3232
process.env.VITE_SUPABASE_ANON_KEY ?? "https://demo.example.org",
3333
),
3434
},
35+
base: "./",
3536
esbuild: {
3637
keepNames: true,
3738
},

0 commit comments

Comments
 (0)