You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/news/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ outline: 'deep'
6
6
7
7
# News
8
8
9
-
## Nuxt I18n Micro v3.23.0 — Node SSR from `public/`, no Rollup `raw:`
9
+
## Nuxt I18n Micro v3.24.0 — Node SSR from `public/`, no Rollup `raw:`
10
10
11
11
**Date**: 2026-07-30
12
12
13
-
**Version**: `v3.23.0`
13
+
**Version**: `v3.24.0`
14
14
15
15
Node production builds no longer embed translation payloads as Nitro `serverAssets` / Rollup `raw:` (multi‑GB build RSS on large catalogs). SSR reads the same `/{apiBaseUrl}/{page}/{locale}/data.json` tree the client fetches — from `public/` via `readFile`. Edge keeps a Nitro embed and should prefer `mode: 'source'`.
0 commit comments