Skip to content

Commit 84bbc8d

Browse files
committed
Add frontend landing site and OG assets
Add full frontend landing site for VKify: new English and Russian READMEs, many public assets (OG theme images, site preview, wallpapers, videos) and a generate-og script to produce per-theme og:image files. Introduce pages, components, hooks and utils for themes, wallpapers, previews, install/uninstall flows, SEO and theme sharing (new pages/components under src/, plus new data files). Update app entry, styles and config to support pre-rendering/hydration and SEO; adjust robots.xml and sitemap. package.json and package-lock updated; removed obsolete public/404.html. This change brings the complete static/site assets and app code required to build and prerender the landing site.
1 parent 383f2a2 commit 84bbc8d

134 files changed

Lines changed: 8703 additions & 1410 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/assets/logo.png

84.1 KB

.github/assets/site-preview.png

739 KB

README.en.md

Lines changed: 379 additions & 0 deletions

README.md

Lines changed: 379 additions & 0 deletions

package-lock.json

Lines changed: 580 additions & 879 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "vite build",
8+
"generate-og": "node scripts/generate-og.js",
9+
"build": "node scripts/generate-og.js && vite build",
910
"preview": "vite preview"
1011
},
1112
"dependencies": {
@@ -26,6 +27,6 @@
2627
"autoprefixer": "^10.4.16",
2728
"postcss": "^8.4.31",
2829
"tailwindcss": "^3.3.5",
29-
"vite": "^5.0.0"
30+
"vite": "^7.0.0"
3031
}
3132
}

public/404.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

public/og-image.png

107 KB

public/og/themes/amoled-blue.png

88.7 KB

public/og/themes/amoled-cyan.png

94.5 KB

0 commit comments

Comments
 (0)