@@ -19,6 +19,7 @@ const config: Config = {
1919 // Set the /<baseUrl>/ pathname under which your site is served
2020 // For GitHub pages deployment, it is often '/<projectName>/'
2121 baseUrl : '/' ,
22+ trailingSlash : true ,
2223
2324 // GitHub pages deployment config.
2425 // If you aren't using GitHub pages, you don't need these.
@@ -54,7 +55,7 @@ const config: Config = {
5455 // Please change this to your repo.
5556 // Remove this to remove the "edit this page" links.
5657 editUrl :
57- 'https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared /' ,
58+ 'https://github.com/weatherstack/docs /tree/main/' ,
5859 showLastUpdateTime : true ,
5960 showLastUpdateAuthor : true
6061 } ,
@@ -67,7 +68,7 @@ const config: Config = {
6768 // Please change this to your repo.
6869 // Remove this to remove the "edit this page" links.
6970 editUrl :
70- 'https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared /' ,
71+ 'https://github.com/weatherstack/docs /tree/main/' ,
7172 // Useful options to enforce blogging best practices
7273 onInlineTags : 'warn' ,
7374 onInlineAuthors : 'warn' ,
@@ -85,7 +86,7 @@ const config: Config = {
8586 ] ,
8687
8788 headTags : [
88-
89+
8990 ] ,
9091
9192 themeConfig : {
0 commit comments