Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 39989b3

Browse files
committed
Merge branch 'main' of github.com:nuxt/learn.nuxt.com
2 parents c8e6665 + 278cda5 commit 39989b3

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

components/TheNav.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ addCommands(
5353
<NuxtTutorialLogo h-2em />
5454
</NuxtLink>
5555
<NuxtLink
56-
href="https://github.com/nuxt/learn.nuxt.com"
56+
:href="repo"
5757
target="_blank"
5858
>
5959
<div block translate-y--2 rounded bg-orange:10 px2 py1 text-xs text-orange>
@@ -116,7 +116,7 @@ addCommands(
116116
rounded p2
117117
title="GitHub"
118118
hover="bg-active"
119-
href="https://github.com/nuxt/learn.nuxt.com"
119+
:href="repo"
120120
target="_blank"
121121
>
122122
<div i-carbon-logo-github text-2xl />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"birpc": "^0.2.17",
2626
"floating-vue": "^5.2.2",
2727
"jszip": "^3.10.1",
28-
"monaco-editor": "^0.48.0",
28+
"monaco-editor": "^0.50.0",
2929
"monaco-editor-textmate": "^4.0.0",
3030
"monaco-textmate": "^3.0.1",
3131
"onigasm": "^2.2.5",

pnpm-lock.yaml

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)