Skip to content

Commit f696118

Browse files
committed
Add path handling
1 parent 1509a86 commit f696118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { defineConfig } from "vite";
55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [react()],
8+
base: '/registry/',
89
resolve: {
910
alias: {
1011
"@": path.resolve(__dirname, "./src"),

0 commit comments

Comments
 (0)