Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 71d84b1

Browse files
authored
fix: update prompts to add static in universal (#462)
1 parent 91a7b18 commit 71d84b1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/create-nuxt-app/lib/prompts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = [
127127
message: 'Choose rendering mode',
128128
type: 'list',
129129
choices: [
130-
{ name: 'Universal (SSR)', value: 'universal' },
130+
{ name: 'Universal (SSR / Static)', value: 'universal' },
131131
{ name: 'Single Page App', value: 'spa' }
132132
],
133133
default: 'universal'

packages/create-nuxt-app/test/snapshots/index.test.js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ Generated by [AVA](https://avajs.dev).
12951295
}␊
12961296
`
12971297

1298-
## verify mode: Universal (SSR)
1298+
## verify mode: Universal (SSR / Static)
12991299

13001300
> Generated files
13011301
Binary file not shown.

0 commit comments

Comments
 (0)