This commit is contained in:
2025-07-18 18:41:23 +02:00
parent be38fee686
commit 60d69546e5
4 changed files with 12 additions and 16 deletions

View File

@@ -3,10 +3,10 @@ import type { ThemeConfig } from './types'
export const themeConfig: ThemeConfig = {
// SITE INFO ///////////////////////////////////////////////////////////////////////////////////////////
site: {
website: 'https://astro-chiri.netlify.app/', // Site domain
website: 'https://vxheaven.cc/', // Site domain
title: 'heaven', // Site title
author: 'heaven', // Author name
description: 'Minimal blog built by Astro', // Site description
description: 'Blogging about games and malware.', // Site description
language: 'en-US' // Default language
},