There was an error while loading. Please reload this page.
1 parent 2bae77d commit e222368Copy full SHA for e222368
1 file changed
astro.config.mjs
@@ -20,6 +20,9 @@ export default defineConfig({
20
Sidebar: './src/components/Sidebar.astro',
21
},
22
lastUpdated: true,
23
+ editUrl: {
24
+ baseUrl: 'https://github.com/derjozelot/docs/edit/master/src/content/docs/',
25
+ },
26
// credits: true,
27
head: [
28
{
0 commit comments