Skip to content

Commit

Permalink
fix the landing patch?
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Sep 13, 2024
1 parent f7b6601 commit 4f490a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/landing/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ process.on("exit", () => {
JSON.stringify({
version: 1,
// The entire site is prerendered!
include: [],
exclude: ["/*"],
// If we wanna change it use the following:
// include: ["/*"],
// exclude: ["/_build/*", "/assets/*", "/favicon.ico", "/ogp.png"],
}),
Expand Down

0 comments on commit 4f490a9

Please sign in to comment.