Skip to content

Commit

Permalink
Vite config
Browse files Browse the repository at this point in the history
Remove public directory from package
  • Loading branch information
jasonsturges committed Nov 30, 2024
1 parent 8ec0e68 commit 2bf1274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig, UserConfig } from "vite";

export default defineConfig({
base: "/",
publicDir: false,
plugins: [dts({ rollupTypes: true })],
build: {
sourcemap: true,
Expand Down

0 comments on commit 2bf1274

Please sign in to comment.