Skip to content

Commit

Permalink
Fix edit links
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Sep 9, 2024
1 parent 61839fd commit f861ff8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
andrewstech:
name: AndrewsTech
title: Owner of OpenDomains
url: https://github.com/yang
url: https://github.com/andrewstech
image_url: https://github.com/andrewstech.png
page: true
socials:
x: andrewstech1
github: andrewstech


wdhdev:
name: William Harrison
title: Maintainer
url: https://wdharrison.com/
image_url: https://github.com/wdhdev.png
page: true
socials:
github: wdhdev


6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://open-domains.net',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand Down Expand Up @@ -45,7 +45,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/open-domains/website/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/open-domains/website/tree/main/',
},
blog: {
showReadingTime: true,
Expand All @@ -56,7 +56,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/open-domains/website/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/open-domains/website/tree/main/',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
Expand Down

0 comments on commit f861ff8

Please sign in to comment.