···5566Chiri is a minimal blog theme built with [Astro](https://astro.build), offering customization options while preserving its clean aesthetic.
7788-Check the [demo](https://astro-chiri.netlify.app/) for more details.
88+Check the [demo](https://chiri.the3ash.com/) for more details.
991010## Features
1111
+1-1
src/config.ts
···33export const themeConfig: ThemeConfig = {
44 // SITE INFO ///////////////////////////////////////////////////////////////////////////////////////////
55 site: {
66- website: 'https://astro-chiri.netlify.app/', // Site domain
66+ website: 'https://chiri.the3ash.com/', // Site domain
77 title: 'CHIRI', // Site title
88 author: '3ASH', // Author name
99 description: 'Minimal blog built by Astro', // Site description
+1-1
src/content/posts/theme-guide.md
···2121```ts
2222// Site Info
2323site: {
2424- website: 'https://astro-chiri.netlify.app/', // Site domain
2424+ website: 'https://chiri.the3ash.com/', // Site domain
2525 title: 'CHIRI', // Site title
2626 author: '3ASH', // Author name
2727 description: 'Minimal blog built by Astro', // Site description