chore: update Nuxt example (#10869)

This updates the default Nuxt example to start with a static route, plus
updates dependencies with the latest version.

Demo: https://nuxt-vercel-inky.vercel.app/

---------

Co-authored-by: Trek Glowacki <trek.glowacki@vercel.com>
This commit is contained in:
Lee Robinson
2023-11-27 19:40:30 -06:00
committed by GitHub
parent e02212ae80
commit aa0f3d712b
9 changed files with 6122 additions and 4266 deletions

View File

@@ -0,0 +1,3 @@
{
"extends": "../.nuxt/tsconfig.server.json"
}