Skip to content

Commit d36f071

Browse files
authored
docs: Update nuxt3 output and API artifact location
1 parent c4aacba commit d36f071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/front-end-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The intent of the table columns is explained by the following items:
4949
| [Next.js](https://nextjs.org/) (Static HTML Export) | `out` | n/a | n/a |
5050
| [Next.js](https://nextjs.org/) (Hybrid Rendering) | `/` | n/a | n/a |
5151
| [Nuxt 2](https://v2.nuxt.com/) | `/` | n/a | n/a |
52-
| [Nuxt 3](https://nuxt.com/) | `output/public` | `output/server` | n/a |
52+
| [Nuxt 3](https://nuxt.com/) | `.output/public` | `.output/server` | n/a |
5353
| [Preact](https://preactjs.com/) | `dist` | n/a | n/a |
5454
| [React](https://reactjs.org/) | `build` | n/a | n/a |
5555
| [RedwoodJS](https://redwoodjs.com/) | `web/dist` | n/a | `yarn rw build web` |

0 commit comments

Comments
 (0)