From 0ab7b150a5b9c7b62e62c99c159637095f3043ce Mon Sep 17 00:00:00 2001 From: Shirsendu Bairagi Date: Fri, 24 Jan 2025 08:53:53 +0530 Subject: [PATCH] fix: remove prerendering for locations and workshops, update phone number in locations data --- .changeset/giant-lobsters-watch.md | 5 +++++ nuxt.config.ts | 2 -- static/data/locations.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changeset/giant-lobsters-watch.md 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: ''