feat(api): utilise more caching for single-page route

This commit is contained in:
rhld16 2024-12-30 19:59:07 +00:00
parent 24c5d7106c
commit 9e766b253f
5 changed files with 1317 additions and 875 deletions

View file

@ -15,6 +15,8 @@
*/
//https://nitro.unjs.io/config
export default defineNitroConfig({
preset: 'cloudflare_module',
compatibilityDate: '2024-11-01',
runtimeConfig: {
WEBHOOK_URL: process.env.WEBHOOK_URL
},