Skip to content

Commit 12e2e08

Browse files
Fix typo (#38)
1 parent b5868b3 commit 12e2e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import starlightLinksValidator from 'starlight-links-validator'
77
// !! UPDATE LATEST VERSION HERE !!
88
let latest_version = '2.0';
99

10-
let latest_dir_name = latest_version.replace('.', '-');
10+
let latest_dir_name = latest_version.replace('.', '_');
1111

1212
// https://astro.build/config
1313
export default defineConfig({

0 commit comments

Comments
 (0)