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 e5e3fa5 commit f1ca098Copy full SHA for f1ca098
playground/nuxt.config.ts
@@ -1,4 +1,9 @@
1
export default defineNuxtConfig({
2
+ app: {
3
+ head: {
4
+ title: "Nuxt UTM Playground",
5
+ },
6
7
modules: ["../src/module"],
8
utm: {},
9
devtools: { enabled: true },
0 commit comments