mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
site path fix
This commit is contained in:
parent
e6067e2711
commit
8a16b564f9
1 changed files with 12 additions and 1 deletions
|
|
@ -172,6 +172,17 @@ export default defineConfig({
|
||||||
"guides/:pkg.md": ":pkg.md",
|
"guides/:pkg.md": ":pkg.md",
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
languages: [JSON.parse(readFileSync("sqlite.tmLanguage.json", "utf8"))],
|
languages: [
|
||||||
|
JSON.parse(
|
||||||
|
readFileSync(
|
||||||
|
join(
|
||||||
|
dirname(fileURLToPath(import.meta.url)),
|
||||||
|
"..",
|
||||||
|
"sqlite.tmlanguage.json"
|
||||||
|
),
|
||||||
|
"utf8"
|
||||||
|
)
|
||||||
|
),
|
||||||
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue