2025-03-01 16:52:23 +01:00
|
|
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
|
export default defineNuxtConfig({
|
2025-03-01 17:06:41 +01:00
|
|
|
compatibilityDate: '2024-11-01',
|
2025-03-05 15:36:50 +01:00
|
|
|
devtools: { enabled: true },
|
|
|
|
runtimeConfig: {
|
|
|
|
vapidPrivateKey: "",
|
|
|
|
public: {
|
|
|
|
vapidPublicKey: "",
|
|
|
|
}
|
|
|
|
}
|
2025-03-01 16:52:23 +01:00
|
|
|
})
|