Skip to content

Commit 893e775

Browse files
Update astro.config.mjs
1 parent bb62e9a commit 893e775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import starlight from '@astrojs/starlight';
33

44

55
export default defineConfig({
6-
site: 'https://manaakiwhenua.github.io',
7-
base: '/nzlum-site/',
6+
site: 'https://nzlum.landcareresearch.co.nz',
7+
base: '/',
88
integrations: [
99
starlight({
1010
title: 'NZLUM',
@@ -47,4 +47,4 @@ export default defineConfig({
4747
],
4848
}),
4949
],
50-
});
50+
});

0 commit comments

Comments
 (0)