ci: try deploying with a netlify edge function

This commit is contained in:
Daniel Roe 2023-01-11 23:33:15 +00:00
parent a12d3d09b1
commit 4ec40db279

View file

@ -70,6 +70,14 @@ export default defineNuxtConfig({
'postcss-nested': {},
},
},
build: {
transpile: ['@fnando/sparkline'],
},
hooks: {
'nitro:config': function (config) {
config.alias['isomorphic-ws'] = 'unenv/runtime/mock/proxy'
},
},
runtimeConfig: {
cloudflare: {
accountId: '',
@ -97,6 +105,7 @@ export default defineNuxtConfig({
},
},
nitro: {
preset: 'netlify-edge',
prerender: {
crawlLinks: true,
routes: ['/'],