Skip to content

Commit

Permalink
Force Dynamic Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 30, 2024
1 parent 04eb47c commit 375c316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const nextConfig = {
basePath: process.env.BASE_PATH || "",
output: "export",
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/areas/model/[area]/[title]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { title } from "process";
import ModelView from "../../../../../../components/Models";

export const dynamicParams = true;
export const dynamic = "force-dynamic";

interface Model {
area: string;
Expand Down

0 comments on commit 375c316

Please sign in to comment.