Skip to content

Commit

Permalink
fix cloudflare issue (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Sep 9, 2024
1 parent 1f8d298 commit 0d0f9ce
Show file tree
Hide file tree
Showing 29 changed files with 214 additions and 221 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
426 changes: 213 additions & 213 deletions showcase/src/routes/+page.svelte

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions showcase/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@ import * as path from "path";
export default defineConfig({
plugins: [sveltekit()],

server: {
fs: {
// Allow serving files from one level up to the project root
allow: ['./static/electronics/'],
},
},

resolve: {
alias: {
"@assets": path.resolve(__dirname, "static"),
"@lib": path.resolve(__dirname, "src/lib"),
},
},

Expand Down

0 comments on commit 0d0f9ce

Please sign in to comment.