Skip to content

Commit 4d7dbb6

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/v4
2 parents 430748f + 2456054 commit 4d7dbb6

File tree

4 files changed

+964
-584
lines changed

4 files changed

+964
-584
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v4

content/2.essentials/2.code-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Line highlighting is useful for focusing users on important parts of code exampl
112112
---
113113
class: "[&>div]:*:my-0 [&>div]:*:w-full"
114114
---
115-
```ts [nuxt.config.ts]
115+
```ts [nuxt.config.ts]{4-5}
116116
export default defineAppConfig({
117117
ui: {
118118
icons: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@nuxt/image": "^1.10.0",
2020
"@nuxt/ui": "^4.0.0-alpha.0",
2121
"better-sqlite3": "^12.2.0",
22-
"nuxt": "^4.0.0",
22+
"nuxt": "^4.0.3",
2323
"nuxt-llms": "0.1.3",
2424
"nuxt-og-image": "^5.1.9"
2525
},

0 commit comments

Comments
 (0)