Skip to content

Commit

Permalink
fix: /research/labs에 force-static 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
yeolyi committed Mar 9, 2024
1 parent fabb7de commit 4e2ad8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 2 additions & 0 deletions app/[locale]/research/labs/ResearchLabDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { Link } from '@/navigation';
import PentagonLong from '@/public/image/pentagon_long.svg';
import PentagonShort from '@/public/image/pentagon_short.svg';
Expand Down
2 changes: 2 additions & 0 deletions app/[locale]/research/labs/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const dynamic = 'force-static';

import { getResearchLabs } from '@/apis/research';

import ResearchLabList from '@/app/[locale]/research/labs/ResearchLabList';
Expand Down
11 changes: 0 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e2ad8f

Please sign in to comment.