Skip to content

Commit

Permalink
fix: deployed demo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Oct 20, 2024
1 parent 6c0517e commit adba456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills';
// Vite configuration
// https://vitejs.dev/config/
export default defineConfig(async () => ({
// ensure relative asset paths in index.html file
base: './',
plugins: [
// add type check directly to vite
// checker({ typescript: true, overlay: false }),
Expand Down

0 comments on commit adba456

Please sign in to comment.