diff --git a/README.md b/README.md index 831758b96..603932d09 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ yarn create nuxt-app 1. Choose rendering mode - [Universal (SSR / Static)](https://nuxtjs.org/guide/#server-rendered-universal-ssr-) - [SPA](https://nuxtjs.org/guide/#single-page-applications-spa-) +1. Choose target + - [Server (Node.js hosting)](https://nuxtjs.org/api/configuration-target) + - [Static (Static/JAMStack hosting)](https://nuxtjs.org/api/configuration-target) 1. Choose development tools - [jsconfig.json](https://code.visualstudio.com/docs/languages/jsconfig) - [Semantic PR](https://probot.github.io/apps/semantic-pull-requests/) diff --git a/packages/cna-template/template/nuxt/components/Logo.vue b/packages/cna-template/template/nuxt/components/Logo.vue index 2134e93d2..9167a74ac 100644 --- a/packages/cna-template/template/nuxt/components/Logo.vue +++ b/packages/cna-template/template/nuxt/components/Logo.vue @@ -17,6 +17,7 @@ +