We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010ff5f commit 99b3885Copy full SHA for 99b3885
docs/app.config.ts docs/app/app.config.tsdocs/app.config.ts renamed to docs/app/app.config.ts
docs/nuxt.config.ts
@@ -1,3 +1,6 @@
1
export default defineNuxtConfig({
2
modules: ['@nuxtjs/plausible'],
3
+ future: {
4
+ compatibilityVersion: 4,
5
+ },
6
})
0 commit comments