Skip to content

Commit c7e500b

Browse files
committed
adding blog link and moving blogs to their own dirs
1 parent b207e87 commit c7e500b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

astro.config.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ export default defineConfig({
9999
},
100100
},
101101
}),
102-
starlightLinksValidator(),
102+
starlightLinksValidator({
103+
exclude: ['/blog'],
104+
}),
103105
starlightCoolerCredit({
104106
customImage: './src/assets/logo.svg',
105107
credit: {

src/content/docs/framework/changelog.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: Tracking the evolution, one version at a time
2121
- Complete refresh of the https://vyuh.tech **Website** which is now built with
2222
Astro
2323

24-
Read more on our [Blog](https://vyuh.tech/blog/december-updates/).
24+
Read more on our [Blog](/blog/december-updates).
2525

2626
## 1.x series
2727

0 commit comments

Comments
 (0)