Skip to content

Commit 4a94ea2

Browse files
committed
Add base to vite config
1 parent d78ae61 commit 4a94ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { defineConfig } from "vite";
55

66
// https://vite.dev/config/
77
export default defineConfig({
8+
base: "/libresplit-website/",
89
plugins: [react(), tailwindcss()],
910
resolve: {
1011
alias: {

0 commit comments

Comments
 (0)