We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1509a86 commit f696118Copy full SHA for f696118
site/vite.config.ts
@@ -5,6 +5,7 @@ import { defineConfig } from "vite";
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [react()],
8
+ base: '/registry/',
9
resolve: {
10
alias: {
11
"@": path.resolve(__dirname, "./src"),
0 commit comments