Skip to content

Commit

Permalink
attempt to fix favicon on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jun 18, 2024
1 parent 5ba16a5 commit 0287c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export default defineConfig({
// experimental: { islands: true },
server: {
preset: "cloudflare_module",
alias: {
"_mime": "mime/index.js"
},
rollupConfig: {
external: ["__STATIC_CONTENT_MANIFEST", "node:async_hooks"]
}
Expand Down

0 comments on commit 0287c1b

Please sign in to comment.