diff --git a/README.md b/README.md index 5eca6d7..9937c9c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/nuxt.config.ts b/nuxt.config.ts index 1b448b3..144478d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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',