Skip to content

Commit

Permalink
chore : prefix 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup authored Oct 7, 2024
1 parent c06f3df commit d850346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base : '/intro-page/',
base : '/page/',
css: {
modules: {
generateScopedName: "[name]__[local]___[hash:base64:5]",
Expand Down

0 comments on commit d850346

Please sign in to comment.