Skip to content

Commit 0287c1b

Browse files
committed
attempt to fix favicon on docs
1 parent 5ba16a5 commit 0287c1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export default defineConfig({
77
// experimental: { islands: true },
88
server: {
99
preset: "cloudflare_module",
10+
alias: {
11+
"_mime": "mime/index.js"
12+
},
1013
rollupConfig: {
1114
external: ["__STATIC_CONTENT_MANIFEST", "node:async_hooks"]
1215
}

0 commit comments

Comments
 (0)