File tree Expand file tree Collapse file tree 6 files changed +253
-10
lines changed Expand file tree Collapse file tree 6 files changed +253
-10
lines changed Original file line number Diff line number Diff line change 5
5
publish = " dist"
6
6
command = " yarn build"
7
7
8
+ [[redirects ]]
9
+ from = " /img/*"
10
+ to = " /img/:splat"
11
+ status = 200
12
+ force = true
13
+
14
+ [[redirects ]]
15
+ from = " /assets/*"
16
+ to = " /assets/:splat"
17
+ status = 200
18
+ force = true
19
+
20
+ [[redirects ]]
21
+ from = " /slidev-exported.pdf"
22
+ to = " /slidev-exported.pdf"
23
+ status = 200
24
+ force = true
25
+
8
26
[[redirects ]]
9
27
from = " /*"
10
28
to = " /index.html"
11
29
status = 200
30
+ force = false
Original file line number Diff line number Diff line change 9
9
"@slidev/cli" : " ^0.22.1" ,
10
10
"@slidev/theme-apple-basic" : " ^0.19.0" ,
11
11
"@slidev/theme-default" : " *" ,
12
- "@slidev/theme-seriph" : " *"
12
+ "@slidev/theme-seriph" : " *" ,
13
+ "playwright-chromium" : " ^1.12.3"
13
14
},
14
15
"name" : " caddy"
15
16
}
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
2
theme : seriph
3
3
highlighter : shiki
4
+ download : true
4
5
layout : image-right
5
6
themeConfig : {'primary': '#479d2d'}
6
- image : https://raw.githubusercontent.com/ssast-tech/caddy-codecamp-2021/master/images /caddy-circle-lock.svg
7
+ image : /img /caddy-circle-lock.svg
7
8
class : ' flex flex-col justify-center'
8
9
title : ' Caddy - SSAST 2021 Summer Codecamp'
9
10
---
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments