Skip to content

Commit 1936c83

Browse files
authored
feat: add nuxt studio module (#92)
1 parent f2b3a0a commit 1936c83

File tree

3 files changed

+695
-1
lines changed

3 files changed

+695
-1
lines changed

Diff for: nuxt.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export default defineNuxtConfig({
5454
'@chakra-ui/nuxt-next',
5555
'@nuxtjs/fontaine',
5656
'@nuxtjs/html-validator',
57-
'@nuxtjs/robots'
57+
'@nuxtjs/robots',
58+
'@nuxthq/studio'
5859
],
5960
fontMetrics: {
6061
fonts: [

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@commitlint/cli": "^17.3.0",
2121
"@commitlint/config-conventional": "^17.3.0",
2222
"@nuxt/content": "^2.4.3",
23+
"@nuxthq/studio": "^1.0.0",
2324
"@nuxtjs/eslint-config-typescript": "^12.0.0",
2425
"@nuxtjs/fontaine": "^0.2.5",
2526
"@nuxtjs/html-validator": "^1.2.5",

0 commit comments

Comments
 (0)