🛠️ build(nuxt): shift astro to nuxt

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-16 23:40:11 +05:30
parent e99a93a5b6
commit 74996af65d
110 changed files with 9442 additions and 0 deletions

BIN
public/pwa/icons/Icon48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
public/pwa/icons/Icon72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
public/pwa/icons/Icon96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

41
public/pwa/manifest.json Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "Portfolio for Developers Concept v2",
"short_name": "Developer Portfolio",
"description": "A awesome portfolio template for developers",
"start_url": "https://developer-portfolio-v1.netlify.app/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#010C15",
"theme_color": "#010C15",
"scope": "https://developer-portfolio-v1.netlify.app/",
"icons": [{
"src": "icons/icon48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "icons/icon72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "icons/icon96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "icons/icon144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "icons/icon168.png",
"sizes": "168x168",
"type": "image/png"
}, {
"src": "icons/icon192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "icons/icon512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}]
}