Skip to content

Commit

Permalink
fix: remove prerendering for locations and workshops, update phone nu…
Browse files Browse the repository at this point in the history
…mber in locations data
  • Loading branch information
shba007 committed Jan 24, 2025
1 parent 362f9a8 commit 0ab7b15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-lobsters-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'porfolio-monalisa': patch
---

fix: remove prerendering for locations and workshops, update phone number in locations data
2 changes: 0 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export default defineNuxtConfig({
'/images/**': { headers: { 'cache-control': 'max-age=31536000' } },
'/fonts/**': { headers: { 'cache-control': 'max-age=31536000' } },
'/api/**': { cors: true },
'/locations': { prerender: true },
'/about': { prerender: true },
'/workshops': { prerender: true },
},
runtimeConfig: {
app: {
Expand Down
2 changes: 1 addition & 1 deletion static/data/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
availableWeekdays:
- Wed
email: ''
phone: ''
phone: '7439384019'
website: ''

0 comments on commit 0ab7b15

Please sign in to comment.