We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbf490 commit c91f8e8Copy full SHA for c91f8e8
2 files changed
website/astro.config.mjs
@@ -1,10 +1,8 @@
1
// @ts-check
2
import { defineConfig } from 'astro/config';
3
4
-const isGitHubPages = process.env.GITHUB_ACTIONS === 'true';
5
-
6
// https://astro.build/config
7
export default defineConfig({
8
- site: isGitHubPages ? 'https://devalade.github.io' : 'https://shipnode.dev',
9
- base: isGitHubPages ? '/shipnode' : '/',
+ site: 'https://shipnode.dev',
+ base: '/',
10
});
website/public/CNAME
@@ -0,0 +1 @@
+shipnode.dev
0 commit comments