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: docs/content/blog/2.drawing-app-with-nuxt-and-cloudflare-r2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,7 +447,7 @@ When running your project locally, you can open the Nuxt DevTools:
447
447
-`Shift + Option + D` shortcut or clicking on the Nuxt logo in the botttom of the screen
448
448
- The look for the **Hub Blob** tab (you can also use `CTRL + K` to open the search bar and type `Blob`)
449
449
450
-
:img{src="/images/blog/atidraw-devtools-blob.png"alt="NuxtHub DevTools Blob for Atidraw"width="915"height="515"data-zoom-src="/images/blog/atidraw-devtools-blob.png"}
450
+
:img{src="/images/blog/atidraw-devtools-blob.png"alt="NuxtHub DevTools Blob for Atidraw"width="915"height="515"}
451
451
452
452
### Production
453
453
@@ -461,7 +461,7 @@ npx nuxthub manage
461
461
462
462
Or go to https://admin.hub.nuxt.com and select your project.
463
463
464
-
:img{src="/images/blog/atidraw-admin-blob.png"alt="NuxtHub Admin Blob for Atidraw"width="915"height="515"data-zoom-src="/images/blog/atidraw-admin-blob.png"}
464
+
:img{src="/images/blog/atidraw-admin-blob.png"alt="NuxtHub Admin Blob for Atidraw"width="915"height="515"}
:img{alt="NuxtHub Admin Open API"dataZoomSrc="/images/landing/nuxthub-admin-open-api.png"height="515"src="/images/landing/nuxthub-admin-open-api.png"width="915"}
81
+
:img{alt="NuxtHub Admin Open API"height="515"src="/images/landing/nuxthub-admin-open-api.png"width="915"}
One of the main features of NuxtHub is the ability to access your remote storage from your local environment or from external Nuxt projects. This is made possible by our secured proxy system.
Copy file name to clipboardExpand all lines: docs/content/docs/1.getting-started/5.server-logs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ When you have a successful deployment, you can access to the logs of the deploym
9
9
10
10
Logs are available under the `Server > Logs` section of your project page. You can also access to the logs of each successful deployment in the `Deployments` section.
11
11
12
-
:img{src="/images/landing/nuxthub-admin-server-logs.png"alt="NuxtHub Admin Server Logs"width="915"height="515"data-zoom-src="/images/landing/nuxthub-admin-server-logs.png"class="rounded"}
12
+
:img{src="/images/landing/nuxthub-admin-server-logs.png"alt="NuxtHub Admin Server Logs"width="915"height="515"}
13
13
14
14
## NuxtHub CLI
15
15
@@ -21,7 +21,7 @@ By default, the CLI will detect based on the current branch the canonical deploy
21
21
npx nuxthub logs
22
22
```
23
23
24
-
:img{src="/images/landing/nuxthub-cli-server-logs.png"alt="NuxtHub CLI Server Logs"width="915"height="515"data-zoom-src="/images/landing/nuxthub-cli-server-logs.png"class="rounded"}
24
+
:img{src="/images/landing/nuxthub-cli-server-logs.png"alt="NuxtHub CLI Server Logs"width="915"height="515"}
25
25
26
26
### Production environment
27
27
@@ -43,7 +43,7 @@ npx nuxthub logs --preview
43
43
44
44
Worker project types can enable Worker Logs and view the Workers Observability tab dashboard in Cloudflare. Learn more on the [Cloudflare documentation](https://developers.cloudflare.com/workers/observability/).
0 commit comments