Skip to content

Commit 1b2ee0d

Browse files
committed
修复:移除非路由文件中的 dynamic 导出,解决构建报错
1 parent ba62bf2 commit 1b2ee0d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/GitHubIssuesList.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
1313
import { Navigation } from "@/components/navigation";
1414
import { Footer } from "@/components/footer";
1515

16-
export const dynamic = 'force-dynamic'
17-
1816
/* ------------------------------------------------------------------ */
1917
/* Types
2018
/* ------------------------------------------------------------------ */

components/download-section-launcher.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ import remarkGfm from "remark-gfm";
3838
import { Input } from "@/components/ui/input";
3939
import { useSearchParams, useRouter } from "next/navigation";
4040

41-
export const dynamic = 'force-dynamic'
42-
4341
// 添加 launcherMeta.ts 的类型定义
4442
interface LauncherMeta {
4543
id: string;

0 commit comments

Comments
 (0)