Skip to content

Commit

Permalink
Vite config base for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg committed Aug 8, 2024
1 parent 1946ae8 commit a16973a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/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 { defineConfig } from "vite";
import preact from "@preact/preset-vite";

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

0 comments on commit a16973a

Please sign in to comment.