Skip to content

Commit

Permalink
update vite base for static pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tytremblay committed Jan 4, 2024
1 parent 11c2e24 commit c2e23ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import preact from '@preact/preset-vite'
import preact from '@preact/preset-vite';
import { defineConfig } from 'vite';

// https://vitejs.dev/config/
export default defineConfig({
base: '/QRScout/',
plugins: [preact()],
})
});

0 comments on commit c2e23ab

Please sign in to comment.