fixed url fbfbaa40
Steve · 2023-02-26 13:04 2 file(s) · +2 −2
astro.config.ts +1 −1
7 7
8 8
// https://astro.build/config
9 9
export default defineConfig({
10 -
	site: "https://www.astro-theme-cactus.netlify.app/",
10 +
	site: "https://stevedsimkins-dev-astro.vercel.app/",
11 11
	markdown: {
12 12
		shikiConfig: {
13 13
			theme: "nord",
src/site.config.ts +1 −1
4 4
	description: "Personal Website and Blog of Steve Simkins",
5 5
	lang: "en-GB",
6 6
	ogLocale: "en_GB",
7 -
	githubUrl: "https://github.com/chrismwilliams/astro-theme-cactus",
7 +
	githubUrl: "https://github.com/stevedsimkins/stevedsimkins-dev-astro",
8 8
	themeColorLight: "#edeff3",
9 9
	themeColorDark: "#2e3440",
10 10
};