Skip to content

Commit 5d0aac0

Browse files
Update src/pages/llms-index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Tippi Fifestarr <62179036+tippi-fifestarr@users.noreply.github.com>
1 parent 2858008 commit 5d0aac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/llms-index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getCollection } from "astro:content";
33

44
export const prerender = true;
55

6-
const SITE_URL = "https://aptos.dev";
6+
const SITE_URL = import.meta.env.SITE;
77

88
// Pages to exclude from the index entirely
99
const EXCLUDE_PAGES = new Set(["contribute/components/themed-image"]);

0 commit comments

Comments
 (0)