Skip to content

Commit bd452a1

Browse files
committed
chore: update image path in intro2.md and enable builds for esbuild and sharp in pnpm-workspace.yaml
1 parent 0d17c32 commit bd452a1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/members/intro2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: '2025-9-34'
44

55
**这里是介绍页面的测试**
66

7-
![as](images/test.png)
7+
![as](/images/test.png)
88

99
<!--more-->
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-app",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@11.1.3",
5+
"packageManager": "pnpm@11.3.0",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ allowBuilds:
66
'@parcel/watcher': false
77
'@tailwindcss/oxide': false
88
better-sqlite3: true
9-
esbuild: false
10-
sharp: false
9+
esbuild: true
10+
sharp: true
1111
vue-demi: false
1212

1313
ignoredBuiltDependencies:

0 commit comments

Comments
 (0)