Skip to content

Commit f1ca098

Browse files
committed
chore(playground): add a title to the playground app.
1 parent e5e3fa5 commit f1ca098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

playground/nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
export default defineNuxtConfig({
2+
app: {
3+
head: {
4+
title: "Nuxt UTM Playground",
5+
},
6+
},
27
modules: ["../src/module"],
38
utm: {},
49
devtools: { enabled: true },

0 commit comments

Comments
 (0)