mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-29 16:57:50 +01:00
Disable workers in Nuxt configuration with a FIXME comment for future review
This commit is contained in:
@@ -35,7 +35,7 @@ export default defineNuxtConfig({
|
|||||||
kv: true,
|
kv: true,
|
||||||
database: true,
|
database: true,
|
||||||
analytics: true,
|
analytics: true,
|
||||||
workers: true,
|
// FIXME: workers: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Nuxt Content
|
// Nuxt Content
|
||||||
|
|||||||
Reference in New Issue
Block a user