Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 12, 2024
1 parent c3e0fde commit 92e7591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/1.getting-started/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ V3 addresses this by transitioning to SQL-based storage in production. This swit
Benefits include:

- **Optimized Queries**: SQL storage enables ultra-fast data retrieval
- **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.
- **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.

### TypeScript Integration

Expand Down
4 changes: 4 additions & 0 deletions docs/content/docs/5.deploy/serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ nuxi build

The generated output will be compatible with the selected platform.

::note
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.
::

### 3. Optimize with pre-rendering

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.
Expand Down

0 comments on commit 92e7591

Please sign in to comment.