Skip to content

Commit

Permalink
Enable universal/server-side rendering.
Browse files Browse the repository at this point in the history
We can still generate static site files with the Nuxt CLI.
  • Loading branch information
krazkidd committed Nov 23, 2023
1 parent 646ca8c commit 1e31d58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ For a preview of the generated site on http://localhost:3000/, you can run:
npm run preview
```

Note that the preview feature may not work. A workaround is documented [here](https://github.com/nuxt/nuxt/issues/14454#issuecomment-1397357957) but it doesn't seem to help.

### Publish Firestore Indexes and Security Rules

If the Firestore indexes or security rules have changed, they will need to be pushed during deployment of the app.
Expand Down
4 changes: 0 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ export default defineNuxtConfig({
"@vueuse/nuxt",
"nuxt-vuefire"
],
// this allows us to deploy to free static hosting services
ssr: false,
// disable splash screen
spaLoadingTemplate: false,
css: [
'primevue/resources/themes/saga-blue/theme.css',
'primevue/resources/primevue.css',
Expand Down

0 comments on commit 1e31d58

Please sign in to comment.