Revert siteTitle changes

This commit is contained in:
Kristian Takvam 2025-10-06 22:00:12 +02:00
parent 2a2dd09fb6
commit da74ce21f7
1 changed files with 4 additions and 4 deletions

View File

@ -19,11 +19,11 @@ export interface Props {
const { title, description, image, noindex, canonical } = Astro.props;
const siteTitle = "Kristian Emil Takvam (Krem)";
const siteDescription = "Kristian Takvam's website.";
const siteTitle = "Astrogon";
const siteDescription = "Astrogon is a simple and elegant Astro theme.";
const siteImage = "@assets/og-image.png";
const siteAuthor = "Kristian Emil Takvam";
const baseUrl = "https://Kremtastic.github.io";
const siteAuthor = "Jane Doe";
const baseUrl = "https://janedoe.com";
---
<!DOCTYPE html>