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 c4aacba commit d36f071Copy full SHA for d36f071
articles/static-web-apps/front-end-frameworks.md
@@ -49,7 +49,7 @@ The intent of the table columns is explained by the following items:
49
| [Next.js](https://nextjs.org/) (Static HTML Export) | `out` | n/a | n/a |
50
| [Next.js](https://nextjs.org/) (Hybrid Rendering) | `/` | n/a | n/a |
51
| [Nuxt 2](https://v2.nuxt.com/) | `/` | n/a | n/a |
52
-| [Nuxt 3](https://nuxt.com/) | `output/public` | `output/server` | n/a |
+| [Nuxt 3](https://nuxt.com/) | `.output/public` | `.output/server` | n/a |
53
| [Preact](https://preactjs.com/) | `dist` | n/a | n/a |
54
| [React](https://reactjs.org/) | `build` | n/a | n/a |
55
| [RedwoodJS](https://redwoodjs.com/) | `web/dist` | n/a | `yarn rw build web` |
0 commit comments