You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/projects/quirks-when-setting-up-a-nuxt-website.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,4 +164,8 @@ Nuxt Studio does not allow you to edit `.json` files. Only `.md` and `.yml` can
164
164
165
165
## Remove `@nuxt/fonts`
166
166
167
-
Building on NuxtHub fails if `@nuxt/fonts` is included is in `package.json`. It can safely be removed if using Nuxt UI-Pro as it is installed as a dependency.
167
+
Building on NuxtHub fails if `@nuxt/fonts` is included is in `package.json`. It can safely be removed if using Nuxt UI-Pro as it is installed as a dependency.
168
+
169
+
## Studio team account
170
+
171
+
To start the free trial, you have to first create a team in Nuxt Studio and then start or move your project to that team. The options to upgrade appear at that point.
Copy file name to clipboardExpand all lines: content/projects/routing-recipes-for-nuxt-content.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ seo:
9
9
---
10
10
11
11
Versions used are:
12
+
12
13
- Nuxt 3.15.x
13
14
- Nuxt UI-Pro 3.0.0-alpha.12
14
15
- Nuxt Content 3.1.1
@@ -19,12 +20,11 @@ Versions used are:
19
20
20
21
pnpm 10.4.0 introduced a new feature - postinstall scripts of dependencies are ignored by default. Unfortuately this causes builds to fail when using the github CI workflow as set up by NuxtHub. Local builds appear to be unaffected.
0 commit comments