We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8822a4 commit 5e2cca3Copy full SHA for 5e2cca3
1 file changed
astro.config.mjs
@@ -9,7 +9,7 @@ const cypherGrammar = JSON.parse(
9
fs.readFileSync(path.resolve('./src/styles/cypher.tmLanguage.json'), 'utf8')
10
)
11
12
-const site = "https://lbugdb.github.io/";
+const site = "https://docs.ladybugdb.com/";
13
14
process.env.ASTRO_TELEMETRY_DISABLED = '1';
15
0 commit comments