Skip to content

Commit 7af96e2

Browse files
committed
docs: ✏️ Add text to introduction
1 parent 9087554 commit 7af96e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docs/intro.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ sidebar_position: 1
44

55
# Introduction
66

7+
Next.js is a very good framework and has become indispensable for web development.
8+
That is exactly why, once people get used to this developer experience, they may not want to develop without Next.js.
9+
(I am one of them lol.)
10+
11+
However, Next.js' export functionality also has its limitations, the most discussed of which is **image optimization**.
12+
https://github.com/vercel/next.js/discussions/19065
13+
714
Using this repository, you can get the full benefits of `next/image` even when using `next export` by doing image optimization at build time.
815

916
This makes it possible to build a high performance website with this solution, whether you want to build a simple website or a completely static output.

0 commit comments

Comments
 (0)