We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742f39d commit 9f9d365Copy full SHA for 9f9d365
3 files changed
.changeset/docs.md
apps/www/CHANGELOG.md
@@ -1,5 +1,16 @@
1
# www
2
3
+## 0.1.2
4
+
5
+### Patch Changes
6
7
+- 742f39d: Optimize documentation site with Next.js 16 improvements
8
9
+ Performance enhancements for faster builds and page loads.
10
11
+ - Enable Turbopack for production builds with `--turbo` flag
12
+ - Add font preloading to Inter configuration for faster initial page loads
13
14
## 0.1.1
15
16
### Patch Changes
apps/www/package.json
@@ -1,6 +1,6 @@
{
"name": "www",
- "version": "0.1.1",
+ "version": "0.1.2",
"private": true,
"scripts": {
"build": "next build --turbo",
0 commit comments