fix(web): adapt build tooling

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-18 20:55:59 +09:00
parent 92a5a44218
commit 9a9d9bd5a1
4 changed files with 14 additions and 6 deletions
-3
View File
@@ -6,9 +6,6 @@ const nextConfig: NextConfig = {
turbopack: {
root: __dirname,
},
experimental: {
optimizeCss: true,
},
}
const withNextIntl = createNextIntlPlugin()