initial: Astro port of ViralMVP with favicon + SEO redirects

This commit is contained in:
2026-04-20 04:52:47 +00:00
commit cdf833d61b
198 changed files with 7220 additions and 0 deletions

6
src/lib/site.js Normal file
View File

@@ -0,0 +1,6 @@
export const site = {
name: 'ViralMVP',
description: 'Trending Topics',
url: 'https://viralmvp.com',
postsPerPage: 10,
};