Skip to content

Commit

Permalink
docs(ssg): fix shell command (#5459)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Nov 19, 2023
1 parent 0a038b7 commit af1e420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ With Qwik City however, the decision to use SSG or SSR, does not have to be one
Static site generation is created from the built in adapter, to create an adapter run:

```shell
npm run qwik add
npm run qwik add static
```

Select `Adapter: Static site (.html files)`. Done!
Expand Down

0 comments on commit af1e420

Please sign in to comment.