Skip to content

Commit b8e718e

Browse files
committed
chore: rc flag
Signed-off-by: mateonunez <mateonunez95@gmail.com>
1 parent d29219b commit b8e718e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.env.local.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ GITHUB_TOKEN=
1212

1313
# Google Tag Manager
1414
NEXT_PUBLIC_GTM_ID=
15-
16-
# Analyze Bundle
17-
ANALYZE=true

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const nextConfig: NextConfig = {
6060
reactStrictMode: true,
6161
compress: true,
6262
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
63+
reactCompiler: true,
6364
experimental: {
6465
mdxRs: true,
6566
inlineCss: true,

0 commit comments

Comments
 (0)