Skip to content

Commit b6b979d

Browse files
committed
Update site URL, add .netlify to .gitignore
1 parent 21c26cd commit b6b979d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ pnpm-debug.log*
2323
# VSCode
2424
.vscode
2525

26+
27+
# Local Netlify folder
28+
.netlify

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight';
33

44
// https://astro.build/config
55
export default defineConfig({
6-
site: 'https://recogito.github.io/',
6+
site: 'https://recogitostudio.org/',
77
integrations: [starlight({
88
title: '',
99
defaultLocale: 'root',

0 commit comments

Comments
 (0)