Skip to content

Commit 26c398f

Browse files
fix: exclude http://localhost:11434 from Starlight Links Validator
1 parent 7c26984 commit 26c398f

3 files changed

Lines changed: 749 additions & 351 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ export default defineConfig({
3737
},
3838
plugins: [
3939
starlightLinksValidator({
40-
exclude: ['/articles'],
40+
exclude: [
41+
'http://localhost:11434',
42+
'/articles'
43+
],
4144
}),
4245
starlightBlog({
4346
title: 'Articles',

0 commit comments

Comments
 (0)