Skip to content

Commit dbe6fcf

Browse files
committed
Update Slides Oct 2025
1 parent d611bf5 commit dbe6fcf

File tree

10 files changed

+1679
-2285
lines changed

10 files changed

+1679
-2285
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build]
2+
publish = "dist"
3+
command = "npm run build"
4+
5+
[build.environment]
6+
NODE_VERSION = "18"
7+
8+
[[redirects]]
9+
from = "/.well-known/*"
10+
to = "/.well-known/:splat"
11+
status = 200
12+
13+
[[redirects]]
14+
from = "/*"
15+
to = "/index.html"
16+
status = 200

04-frameworks/03-vue/slides/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"export": "slidev export"
99
},
1010
"dependencies": {
11-
"@slidev/cli": "51.4.0",
11+
"@slidev/cli": "0.50.0-beta.4",
1212
"@slidev/theme-default": "latest",
1313
"@slidev/theme-seriph": "latest"
1414
},

04-frameworks/03-vue/slides/pnpm-lock.yaml

Lines changed: 1242 additions & 1864 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
186 KB
Loading
-25.5 KB
Binary file not shown.
-58.9 KB
Loading
-27.7 KB
Binary file not shown.
865 KB
Loading

0 commit comments

Comments
 (0)