mirror of https://github.com/knative/docs.git
Fix site base URL, which should fix some asset links (#6384)
This commit is contained in:
parent
3511f9f7dd
commit
cf495d6c10
|
|
@ -1,7 +1,7 @@
|
||||||
INHERIT: config/redirects.yml
|
INHERIT: config/redirects.yml
|
||||||
|
|
||||||
site_name: Knative
|
site_name: Knative
|
||||||
site_url: https://knative.dev/docs
|
site_url: https://knative.dev/
|
||||||
site_description: Knative Documentation
|
site_description: Knative Documentation
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue