We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78ae61 commit 4a94ea2Copy full SHA for 4a94ea2
vite.config.ts
@@ -5,6 +5,7 @@ import { defineConfig } from "vite";
5
6
// https://vite.dev/config/
7
export default defineConfig({
8
+ base: "/libresplit-website/",
9
plugins: [react(), tailwindcss()],
10
resolve: {
11
alias: {
0 commit comments