Skip to content

Commit 9575203

Browse files
committed
trueforge not truecharts
1 parent 6752ff9 commit 9575203

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
@@ -20,7 +20,7 @@ import betterImageService from "astro-better-image-service";
2020
import playformCompress from "@playform/compress";
2121
// Configure global authors here
2222
import { authors } from "./src/content/docs/news/authors";
23-
const site = "https://truecharts.org";
23+
const site = "https://trueforge.org";
2424

2525
// https://astro.build/config
2626
export default defineConfig({
@@ -84,7 +84,7 @@ export default defineConfig({
8484
patreon: "https://patreon.com/truecharts",
8585
},
8686
editLink: {
87-
baseUrl: "https://github.com/trueforge-org/website/tree/master/website",
87+
baseUrl: "https://github.com/trueforge-org/website/tree/main",
8888
},
8989
components: {
9090
Header: "./src/components/CustomHeader.astro",

0 commit comments

Comments
 (0)