Skip to content

Commit

Permalink
gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
slay9090 committed Nov 14, 2023
1 parent 863c495 commit 2710bb5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true }
devtools: { enabled: true },
app: {
head: {
title: 'Extending Configs is Fun!',
meta: [
{ name: 'description', content: 'I am using the extends feature in nuxt 3!' }
],
}
}
})

0 comments on commit 2710bb5

Please sign in to comment.