You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 month ago | |
|---|---|---|
| .. | ||
| README.md | 1 month ago | |
| aither.png | 1 month ago | |
| favicon.svg | 1 month ago | |
| manifest.json | 1 month ago | |
| og-image.svg | 1 month ago | |
README.md
Static Assets
This directory contains static assets for Aitherboard.
Files
favicon.svg- SVG favicon (works in modern browsers)og-image.svg- OpenGraph social sharing image (1200x630px)manifest.json- PWA manifest file
Production Notes
For better compatibility, consider:
-
Favicon: Generate a
.icofile fromfavicon.svgfor older browsers- Use a tool like RealFaviconGenerator or ImageMagick
- Add
<link rel="icon" href="/favicon.ico" sizes="32x32">to app.html
-
OpenGraph Image: Convert
og-image.svgto PNG format for better social media compatibility- Some platforms (Facebook, LinkedIn) prefer PNG over SVG
- Use ImageMagick:
convert og-image.svg -resize 1200x630 og-image.png - Update app.html to reference
og-image.pnginstead ofog-image.svg
-
Apple Touch Icon: Generate PNG versions for iOS devices
- Sizes: 180x180, 152x152, 144x144, 120x120, 114x114, 76x76, 72x72, 60x60, 57x57