feat: ajout sitemap, api et components
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 222 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 884 B |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 884 B |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 127 KiB |
@@ -0,0 +1,11 @@
|
||||
# Robots.txt pour jessy-david.dev
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Sitemap
|
||||
Sitemap: https://jessy-david.dev/sitemap.xml
|
||||
|
||||
# Bloquer les ressources inutiles pour le crawl
|
||||
Disallow: /api/
|
||||
Disallow: /_next/static/
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Jessy David - Portfolio",
|
||||
"short_name": "JD Portfolio",
|
||||
"description": "Portfolio de Jessy David, Développeur Web Full-Stack",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#0f172a",
|
||||
"theme_color": "#3b82f6",
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||