mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-29 12:16:16 +08:00
Fixed path issue: was absolute path but should be relative path
This commit is contained in:
parent
0168a627a4
commit
705cd16dee
|
@ -40,7 +40,7 @@ func TestMarkdown(t *testing.T) {
|
|||
Styles: []string{},
|
||||
Scripts: []string{},
|
||||
Templates: templates,
|
||||
StaticDir: "/og_static",
|
||||
StaticDir: "testdata/og_static",
|
||||
StaticFiles: map[string]string{"/og/first.md": "testdata/og_static/og/first.md/index.html"},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user