diff --git a/.changeset/giant-lobsters-watch.md b/.changeset/giant-lobsters-watch.md new file mode 100644 index 0000000..5c1b12d --- /dev/null +++ b/.changeset/giant-lobsters-watch.md @@ -0,0 +1,5 @@ +--- +'porfolio-monalisa': patch +--- + +fix: remove prerendering for locations and workshops, update phone number in locations data diff --git a/nuxt.config.ts b/nuxt.config.ts index 9bcd90e..cccbc22 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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: { diff --git a/static/data/locations.yml b/static/data/locations.yml index 0f9db61..66195a2 100644 --- a/static/data/locations.yml +++ b/static/data/locations.yml @@ -48,5 +48,5 @@ availableWeekdays: - Wed email: '' - phone: '' + phone: '7439384019' website: ''