Skip to content

Commit 49f6dda

Browse files
committed
fix: cacheComponents has been stabilized
1 parent 30118d0 commit 49f6dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ const nextConfig: NextConfig = {
44
/* config options here */
55
reactStrictMode: true,
66
reactCompiler: true,
7+
cacheComponents: true,
78
experimental: {
89
viewTransition: true,
910
swcPlugins: [
1011
["@swc-contrib/plugin-graphql-codegen-client-preset", { artifactDirectory: "./gql", gqlTagName: "graphql" }],
1112
],
12-
cacheComponents: true,
1313
authInterrupts: true,
1414
turbopackFileSystemCacheForDev: true,
1515
},

0 commit comments

Comments
 (0)