Skip to content

Commit c706c2f

Browse files
authored
Merge pull request #4 from justinbarias/feature/useCustomDomain
Change config to use correct url
2 parents 6d1b051 + 04e2a23 commit c706c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig } from "astro/config";
22

33
export default defineConfig({
4-
site: "https://justinbarias.github.io",
5-
base: "/holodeck-site",
4+
site: "https://useholodeck.ai",
5+
base: "/",
66
});

0 commit comments

Comments
 (0)