We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c26cd commit b6b979dCopy full SHA for b6b979d
.gitignore
@@ -23,3 +23,6 @@ pnpm-debug.log*
23
# VSCode
24
.vscode
25
26
+
27
+# Local Netlify folder
28
+.netlify
astro.config.mjs
@@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight';
3
4
// https://astro.build/config
5
export default defineConfig({
6
- site: 'https://recogito.github.io/',
+ site: 'https://recogitostudio.org/',
7
integrations: [starlight({
8
title: '',
9
defaultLocale: 'root',
0 commit comments