Browse Source

feat: uri prefix 제거

main
지대한 1 week ago
parent
commit
ca18a80fa5
  1. 2
      vite.config.js

2
vite.config.js

@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react";
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
base: "/PALNetworks/", base: "/",
build: { build: {
outDir: "docs", outDir: "docs",
}, },

Loading…
Cancel
Save