Skip to content

Commit 92e7591

Browse files
committed
docs: fix link
1 parent c3e0fde commit 92e7591

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/content/docs/1.getting-started/1.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ V3 addresses this by transitioning to SQL-based storage in production. This swit
2929
Benefits include:
3030

3131
- **Optimized Queries**: SQL storage enables ultra-fast data retrieval
32-
- **Universal Compatibility**: Our adapter-based system integrates SQL databases across all deployment modes (static, server-side, SPA, edge) and platforms. See our [platform deployment options](/docs/deploy/node) for details. We welcome community contributions for additional adapters.
32+
- **Universal Compatibility**: Our adapter-based system integrates SQL databases across all deployment modes ([server](/docs/deploy/server), [serverless](/docs/deploy/serverless) and [static](/docs/deploy/static)). We welcome community contributions for additional adapters.
3333

3434
### TypeScript Integration
3535

docs/content/docs/5.deploy/serverless.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ nuxi build
9393

9494
The generated output will be compatible with the selected platform.
9595

96+
::note
97+
The linked database will be loaded on the server side when booting the server. In the browser, a [WASM SQLite](/docs/advanced/database#wasm-sqlite-in-browser) database will be loaded for client-side navigation and actions.
98+
::
99+
96100
### 3. Optimize with pre-rendering
97101

98102
As each request trigger a fresh instance of your Nuxt server, the performance of your serverless application will be impacted if you don't pre-render some pages.

0 commit comments

Comments
 (0)