feat: package metadata#106
Conversation
There was a problem hiding this comment.
I think best would be directly fetching from ungh.cc to avoid doubling the caching cost. since we directly deploy to cf network, inter service cost is low.
There was a problem hiding this comment.
That's just for development since we generate the site!
In dev want, I want local cache to avoid to many HTTP calls that could slow down local dev.
There was a problem hiding this comment.
I see. We can try a route rule with proxy and cache (or one handler at leat with return sendProxy). It is not obvious why we are doing it this way.
There was a problem hiding this comment.
Hoo, I can combien proxy and cache 👀
There was a problem hiding this comment.
Is there a way to rewrite the URL?
| prerender: true, | ||
| headers: { 'Content-Type': 'text/xml' }, // By default, Nitro will set the content type to text/html | ||
| }, | ||
| // TODO: missing a way to rewrite the URL |
There was a problem hiding this comment.
@pi0, how to I can rewrite path to allow the proxy to work?

🔗 Linked issue
fix #104
❓ Type of change
📚 Description
Waiting for #103 before continuing
Waiting for nuxt/content#2280 before merging
📝 Checklist