Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const moduleExports = {
emotion: true,
},
productionBrowserSourceMaps: false,
staticPageGenerationTimeout: 500,
};

const { withSentryConfig } = require("@sentry/nextjs");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,3 @@ export async function generateStaticParams() {
params: { category },
}));
}

// TODO - figure out why this page is not building if we let it be static
export const dynamic = "force-dynamic";
3 changes: 0 additions & 3 deletions apps/dashboard/src/app/(dashboard)/explore/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,3 @@ export default async function ExplorePage() {
</div>
);
}

// TODO - figure out why this page is not building if we let it be static
export const dynamic = "force-dynamic";