Skip to content

Commit 0419116

Browse files
committed
chore: fix
1 parent 06126c4 commit 0419116

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

next.config.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ import nextra from "nextra";
66
const nextConfig = {
77
reactStrictMode: true,
88
trailingSlash: false,
9-
staticPageGenerationTimeout: 120,
10-
images: {
11-
minimumCacheTTL: 60,
12-
deviceSizes: [32, 48, 64],
9+
experimental: {
10+
legacyBrowsers: false,
1311
},
12+
staticPageGenerationTimeout: 120,
1413
async redirects() {
1514
return [
1615
{

0 commit comments

Comments
 (0)