Skip to content

Commit

Permalink
fix: update PWA config and fix services page frontmatter
Browse files Browse the repository at this point in the history
Co-Authored-By: Martin DONADIEU <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and riderx committed Feb 12, 2025
1 parent e727942 commit f3a9f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/pwa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const pwa = {
writePlugin: true,
registerWebManifestInRouteRules: true,
devOptions: {
enabled: import.meta.env.VITE_PLUGIN_PWA === 'true',
enabled: true,
navigateFallback: scope,
},
}
1 change: 0 additions & 1 deletion src/pages/services/index.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
---
import Layout from '@/layouts/Layout.astro'
import VueServices from '@/vue-pages/services.vue'
import * as m from "../../paraglide/messages.js"
Expand Down

0 comments on commit f3a9f7f

Please sign in to comment.