Skip to content

Commit

Permalink
v1.5.10: update Nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
icepcp authored Jan 12, 2024
1 parent 9f86fab commit 76881f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineNuxtConfig({
],
},
pageTransition: { name: 'page', mode: 'out-in' },
baseURL: '/2023-newnew'
},
colorMode: {
fallback: 'dark',
Expand All @@ -35,5 +36,8 @@ export default defineNuxtConfig({
gtag: {
id: 'G-T8KMF4KWHB'
},
plugins: [{ src: '~/plugins/vercel.ts', mode: 'client' }]
plugins: [{ src: '~/plugins/vercel.ts', mode: 'client' }],
site: {
url: 'https://old.buildingblocs.sg/2023-newnew',
},
})

0 comments on commit 76881f6

Please sign in to comment.