You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add you own wildcard excludes to the config, Nitro already omits all paths matching that from being added again.
It's a little bit of manual work, but may avoid some of the possible edge-case complexity of auto-generating the wildcard excludes.
Either way more documentation of this would probably help.
Environment
/
Reproduction
Run playground from repo unsing
Describe the bug
Actually, the preset use a glob to add every files from the public directory https://github.com/unjs/nitro/blob/main/src/presets/cloudflare-pages.ts#L113. This can easily generate more than 100 paths, limit from Cloudflare, https://developers.cloudflare.com/pages/functions/routing/#limits.
Could we add a flag to generate global path like '/assets/', '/images/' and so on?
related to nuxt-modules/og-image#77
related to unjs/website#228 (comment)
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: