Compare commits

...

2 Commits

Author SHA1 Message Date
87ff6f1329 Merge pull request 'Fix URL of documentation edition link' (#7) from fix-documentation-edit-path into main
All checks were successful
Build Nginx-based docker image / build-static-assets (push) Successful in 2m55s
Reviewed-on: #7
2024-11-17 22:29:00 +00:00
5c60e10b96 Fix URL of documentation edition link
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 2m41s
2024-11-17 23:26:04 +01:00

View File

@ -28,7 +28,7 @@ const config: Config = {
docs: {
sidebarPath: './sidebars.ts',
editUrl:
'https://gitea.bustikiller.com/bustikiller/wedding-planner-website/',
'https://gitea.bustikiller.com/bustikiller/wedding-planner-website/src/branch/main/',
},
blog: {
showReadingTime: true,