Skip to content

Commit 409d801

Browse files
committed
add edit link
1 parent ff04bc4 commit 409d801

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export default defineConfig({
1616
dark: './src/assets/logo-dark.svg',
1717
},
1818
favicon: '/favicon.svg',
19+
editLink: {
20+
baseUrl: 'https://github.com/openaq/docs.openaq.org/edit/main/',
21+
},
1922
head: [
2023
{
2124
tag: 'link',

0 commit comments

Comments
 (0)