Skip to content

Commit

Permalink
docs: unify the header deps by removing #
Browse files Browse the repository at this point in the history
  • Loading branch information
JamBalaya56562 committed Nov 7, 2024
1 parent 224447c commit 3b3c559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion errors/opt-out-auto-static-optimization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Opt-out of Automatic Static Optimization
---

#### Why This Warning Occurred
## Why This Warning Occurred

You are using `getInitialProps` in your [Custom `<App>`](/docs/pages/building-your-application/routing/custom-app) file.

Expand Down
2 changes: 1 addition & 1 deletion errors/opt-out-automatic-prerendering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Opt-out of Automatic Static Optimization
---

#### Why This Warning Occurred
## Why This Warning Occurred

You are using `getInitialProps` in your [Custom `<App>`](/docs/pages/building-your-application/routing/custom-app).

Expand Down
2 changes: 1 addition & 1 deletion errors/swc-minify-enabled.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: SWC minify enabled
---

#### Why This Message Occurred
## Why This Message Occurred

The application has enabled `swcMinify` in `next.config.js`. By opting in minification will happen using the [SWC](https://swc.rs) minifier instead of Terser. This new minifier is 7x faster than Terser with comparable output. We're actively working on optimizing the output size and minification speed further.

Expand Down

0 comments on commit 3b3c559

Please sign in to comment.