Skip to content

Commit 5475506

Browse files
Fix site base URL, which should fix some asset links (#6385)
Co-authored-by: Evan Anderson <[email protected]>
1 parent e15c17f commit 5475506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INHERIT: config/nav.yml
22

33
site_name: Knative
4-
site_url: https://knative.dev/docs
4+
site_url: https://knative.dev/
55
site_description: Knative Documentation
66
extra_css:
77
- stylesheets/extra.css

0 commit comments

Comments
 (0)