We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59667b commit 4b94b84Copy full SHA for 4b94b84
1 file changed
apps/backend/src/app.ts
@@ -19,7 +19,7 @@ export const app = appFactory.createApp()
19
return c.text('four-o-four', 404)
20
21
if (isWorkerd)
22
- return c.env.ASSETS.fetch('/200.html')
+ return c.env.ASSETS.fetch('https://assets.local/200.html')
23
24
25
})
0 commit comments