Fix siteTitle
This commit is contained in:
parent
60bc4246ce
commit
89b4f3cb18
|
|
@ -19,11 +19,11 @@ export interface Props {
|
||||||
|
|
||||||
const { title, description, image, noindex, canonical } = Astro.props;
|
const { title, description, image, noindex, canonical } = Astro.props;
|
||||||
|
|
||||||
const siteTitle = "Astrogon";
|
const siteTitle = "Kristian Emil Takvam (Krem)";
|
||||||
const siteDescription = "Astrogon is a simple and elegant Astro theme.";
|
const siteDescription = "Kristian Takvam's website.";
|
||||||
const siteImage = "@assets/og-image.png";
|
const siteImage = "@assets/og-image.png";
|
||||||
const siteAuthor = "Jane Doe";
|
const siteAuthor = "Kristian Emil Takvam";
|
||||||
const baseUrl = "https://janedoe.com";
|
const baseUrl = "https://Kremtastic.github.io";
|
||||||
---
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue