fix versioning link

This commit is contained in:
Alex Garcia 2024-08-01 02:48:08 -07:00
parent e379c205c8
commit 5766210229
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ export default {
// https://vitepress.dev/guide/extending-default-theme#layout-slots
"layout-top": () =>
h("marquee", { class: "banner", scrollamount: "10" }, [
"🚧🚧🚧 sqlite-vec is still in beta, and this documentation is incomplete! Watch the repo for updates 🚧🚧🚧",
"🚧🚧🚧 This documentation is a work-in-progress! 🚧🚧🚧",
]),
//"home-hero-image": () => h(HeroImg),
"aside-ads-before": () => h(Sponsors),