diff --git a/frontend/next.config.js b/frontend/next.config.js index 0288026..2b4a2fc 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - swcMinify: true, // 他のカスタム設定をここに追加 }; diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index a8a2f33..031a154 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -1,3 +1,5 @@ +"use client"; + import React from "react"; import "./globals.css"; @@ -17,7 +19,6 @@ export default function RootLayout({

ポッドキャスト管理画面

-
{children}