cleanup the repo unused images

This commit is contained in:
2026-07-03 16:35:42 +05:30
parent dd565e349a
commit 71875ea20f
89 changed files with 186 additions and 214 deletions

View File

@@ -6,7 +6,7 @@
* this is plain data resolved at build time. No CMS, no runtime fetching.
*/
export const SITE_URL = "https://www.doormile.com";
export const SITE_URL = "https://doormile.com";
export type ContentBlock =
| { type: "paragraph"; text: string }