Skip to content

Commit

Permalink
update site_url in mkdocs.yml (#95)
Browse files Browse the repository at this point in the history
* update site_url in mkdocs.yml which will allow proper rendering of <link rel=canonical href=https://sitename.example/>

* Update mkdocs.yml

---------

Co-authored-by: Freddy Boulton <[email protected]>
  • Loading branch information
derekforeman and freddyaboulton authored Feb 27, 2025
1 parent a66369e commit f0b8106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: FastRTC
site_url: https://sitename.example
site_url: https://fastrtc.org
repo_name: fastrtc
repo_url: https://github.com/freddyaboulton/gradio-webrtc
repo_url: https://github.com/freddyaboulton/fastrtc
theme:
name: material
custom_dir: overrides
Expand Down Expand Up @@ -49,4 +49,4 @@ markdown_extensions:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.details

0 comments on commit f0b8106

Please sign in to comment.