Skip to content

Commit

Permalink
Disabling prerender to try fixing not matched catch-all route on root
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Feb 21, 2023
1 parent 669e2da commit 3d059e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ssr/src/pages/fallback.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ try {
return err.astroResponse;
}
export const prerender = true;
// export const prerender = true;
---

<!DOCTYPE html>
Expand Down

0 comments on commit 3d059e0

Please sign in to comment.