Skip to content

Commit e88d4a7

Browse files
committed
動作確認用にlicenseページをビルド時に生成しないようにしていたのを戻す
1 parent 802d9dd commit e88d4a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/about/license/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ my.code(); は以下のオープンソースライブラリを使用していま
2828
`;
2929

3030
export default async function LicensePage() {
31-
await headers();
3231
const licenses: LicenseEntry[] = await getLicenses();
3332

3433
return (

0 commit comments

Comments
 (0)