Commit
·
bae6c75
1
Parent(s):
131500b
fix: link to edit
Browse files- docusaurus.config.ts +2 -2
docusaurus.config.ts
CHANGED
|
@@ -40,7 +40,7 @@ const config: Config = {
|
|
| 40 |
// Please change this to your repo.
|
| 41 |
// Remove this to remove the "edit this page" links.
|
| 42 |
editUrl:
|
| 43 |
-
'https://huggingface.co/spaces/PiperMy/Academy/
|
| 44 |
},
|
| 45 |
blog: {
|
| 46 |
showReadingTime: true,
|
|
@@ -51,7 +51,7 @@ const config: Config = {
|
|
| 51 |
// Please change this to your repo.
|
| 52 |
// Remove this to remove the "edit this page" links.
|
| 53 |
editUrl:
|
| 54 |
-
'https://huggingface.co/spaces/PiperMy/Academy/
|
| 55 |
// Useful options to enforce blogging best practices
|
| 56 |
onInlineTags: 'warn',
|
| 57 |
onInlineAuthors: 'warn',
|
|
|
|
| 40 |
// Please change this to your repo.
|
| 41 |
// Remove this to remove the "edit this page" links.
|
| 42 |
editUrl:
|
| 43 |
+
'https://huggingface.co/spaces/PiperMy/Academy/edit/main/',
|
| 44 |
},
|
| 45 |
blog: {
|
| 46 |
showReadingTime: true,
|
|
|
|
| 51 |
// Please change this to your repo.
|
| 52 |
// Remove this to remove the "edit this page" links.
|
| 53 |
editUrl:
|
| 54 |
+
'https://huggingface.co/spaces/PiperMy/Academy/edit/main/',
|
| 55 |
// Useful options to enforce blogging best practices
|
| 56 |
onInlineTags: 'warn',
|
| 57 |
onInlineAuthors: 'warn',
|