NuxtN
Nuxt8mo ago
8 replies
dmarr

Building vitepress and a nuxt playground

I am trying to build a vitepress docs site and also include a /demo path that includes a generated nuxt playground. Would I modify the build command or the upload command?
 - name: Build playground
   run: NUXT_BASE_URL=/nuxt-mything/ npm run build --preset github_pages
Was this page helpful?