Skip to content

Commit

Permalink
feat: add nuxt studio module (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
carwack authored Oct 18, 2023
1 parent f2b3a0a commit 1936c83
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export default defineNuxtConfig({
'@chakra-ui/nuxt-next',
'@nuxtjs/fontaine',
'@nuxtjs/html-validator',
'@nuxtjs/robots'
'@nuxtjs/robots',
'@nuxthq/studio'
],
fontMetrics: {
fonts: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@nuxt/content": "^2.4.3",
"@nuxthq/studio": "^1.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/fontaine": "^0.2.5",
"@nuxtjs/html-validator": "^1.2.5",
Expand Down
Loading

1 comment on commit 1936c83

@vercel
Copy link

@vercel vercel bot commented on 1936c83 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.