Skip to content

Commit

Permalink
Vite example config
Browse files Browse the repository at this point in the history
Include public directory in pages deployment
  • Loading branch information
jasonsturges committed Nov 30, 2024
1 parent 2bf1274 commit 4b60124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite-examples.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function getAllHtmlFiles(path: string, files: string[] = []): string[] {
export default defineConfig({
base: "/three-low-poly",
root: "./examples",
publicDir: "../public",
plugins: [typescript()],
build: {
outDir: "../dist",
Expand Down

0 comments on commit 4b60124

Please sign in to comment.