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
Recently my github page vhtmui suddenly failed to build, but I haven't changed any svelte files or configuration files since the last successful build.
Error: The following routes were marked as prerenderable, but were not prerendered because they were not found while crawling your app:
- /docs/[doc]
- /posts/[slug]
Now I need to explicitly add the path to kit.prerender.entries
entries: ['*','/docs/[doc]','/posts/[post]',]
The last successful build was on Feb 14, anyone know what's happened this time?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently my github page vhtmui suddenly failed to build, but I haven't changed any svelte files or configuration files since the last successful build.
Now I need to explicitly add the path to
kit.prerender.entries
The last successful build was on Feb 14, anyone know what's happened this time?
Beta Was this translation helpful? Give feedback.
All reactions