Skip to content

Commit f861ff8

Browse files
committed
Fix edit links
1 parent 61839fd commit f861ff8

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

blog/authors.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
andrewstech:
22
name: AndrewsTech
33
title: Owner of OpenDomains
4-
url: https://github.com/yang
4+
url: https://github.com/andrewstech
55
image_url: https://github.com/andrewstech.png
66
page: true
77
socials:
88
x: andrewstech1
99
github: andrewstech
1010

1111

12+
wdhdev:
13+
name: William Harrison
14+
title: Maintainer
15+
url: https://wdharrison.com/
16+
image_url: https://github.com/wdhdev.png
17+
page: true
18+
socials:
19+
github: wdhdev
20+
21+

docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = {
1313
favicon: 'img/favicon.ico',
1414

1515
// Set the production url of your site here
16-
url: 'https://your-docusaurus-site.example.com',
16+
url: 'https://open-domains.net',
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
1919
baseUrl: '/',
@@ -45,7 +45,7 @@ const config = {
4545
// Please change this to your repo.
4646
// Remove this to remove the "edit this page" links.
4747
editUrl:
48-
'https://github.com/open-domains/website/tree/main/packages/create-docusaurus/templates/shared/',
48+
'https://github.com/open-domains/website/tree/main/',
4949
},
5050
blog: {
5151
showReadingTime: true,
@@ -56,7 +56,7 @@ const config = {
5656
// Please change this to your repo.
5757
// Remove this to remove the "edit this page" links.
5858
editUrl:
59-
'https://github.com/open-domains/website/tree/main/packages/create-docusaurus/templates/shared/',
59+
'https://github.com/open-domains/website/tree/main/',
6060
// Useful options to enforce blogging best practices
6161
onInlineTags: 'warn',
6262
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)