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 f468e8aCopy full SHA for f468e8a
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