Skip to content

Commit

Permalink
毎回作り直す(kvの更新のため)
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Sep 16, 2024
1 parent 2ab6400 commit a2b0eb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/blog/color-contrast/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export const metadata: Metadata = {
},
};

// TODO:pprが利用可能になったら切り替える
export const dynamic = 'force-dynamic';

export default function Layout({
children,
}: {
Expand Down
3 changes: 3 additions & 0 deletions src/app/blog/tanstack-router-introduction/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export const metadata: Metadata = {
},
};

// TODO:pprが利用可能になったら切り替える
export const dynamic = 'force-dynamic';

export default function Layout({
children,
}: {
Expand Down

0 comments on commit a2b0eb7

Please sign in to comment.