Skip to content

Commit d97381b

Browse files
committed
Remove trailing slash
1 parent 0dc3e4f commit d97381b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { defineConfig } from 'astro/config';
33

44
// https://astro.build/config
55
export default defineConfig({
6-
site: 'https://osscommunities.com/',
6+
site: 'https://osscommunities.com',
77
});

0 commit comments

Comments
 (0)