Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c560eeb

Browse files
committed
fix spellcheck
1 parent 037f891 commit c560eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/websites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async function fetchData() {
157157

158158
If you're new to deploying websites with Nitric, you might wonder whether frameworks like **Next.js** will work by default.
159159

160-
- **Built static websites** (where your framework generates static assets, such as HTML, CSS, and JS files) are fully supported.
160+
- **Built static websites** (where your framework generates static assets, such as HTML, CSS, and JavaScript files) are fully supported.
161161
- **Server-side rendering (SSR)** and **framework-specific API routes** (like Next.js API routes) are **not currently supported**.
162162

163163
If you are using **Next.js**, you can follow the official guide on [static exports](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) to generate a fully static version of your site.

0 commit comments

Comments
 (0)