Runtime sitemap in resource route #37
gerbyzation
started this conversation in
General
Replies: 1 comment
-
Hi @gerbyzation! This library makes use of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the example it recommends to setup the sitemap in the
handleRequest
inentry.server.ts
. Curious why this is handled inentry.server.ts
instead of a resource route? Not having it part of the file based router makes this less transparent and harder to find. Appreciate there might be constraints I'm not aware of, so curious to understand the reasoning behind this better. If there are any technical limitations or considerations pushing it toentry.server.ts
would be great if that can be documented in the README for contextBeta Was this translation helpful? Give feedback.
All reactions