Skip to content

Commit

Permalink
fix(guild page): Vercel ISR issues (#1391)
Browse files Browse the repository at this point in the history
* fix(NavMenu): temporarily remove ThemeToggle

* fix(AppErrorBoundary): don't import the error page

* Revert "fix(AppErrorBoundary): don't import the error page"

This reverts commit c4ca416.

* Revert "fix(NavMenu): temporarily remove ThemeToggle"

This reverts commit 1c1bf9f.

* feat: try the `bundlePagesExternals` config option

* chore: package-lock update

* remove `bundlePagesExternals` from next config

* fix(next.config.js): set `bundlePagesExternals` to `true`
  • Loading branch information
BrickheadJohnny authored Jul 16, 2024
1 parent 4e4640e commit d3fb86a
Show file tree
Hide file tree
Showing 2 changed files with 6,456 additions and 8,307 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const nextConfig = {
},
experimental: {
scrollRestoration: true,
bundlePagesExternals: true,
optimizePackageImports: [
"@phosphor-icons/react",
"@phosphor-icons/react/dist/ssr",
Expand Down
Loading

0 comments on commit d3fb86a

Please sign in to comment.