fix: icons and paths for og

This commit is contained in:
2025-05-16 17:02:30 -03:00
parent 52f5f20ea4
commit 79d1f43fe7
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "alklist",
"name": "alkalist",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alklist",
"name": "alkalist",
"version": "0.1.0",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.13",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "alklist",
"name": "alkalist",
"version": "0.1.0",
"private": true,
"scripts": {
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "AlkList",
"short_name": "AlkList",
"name": "AlkaList",
"short_name": "AlkaList",
"description": "Know what to eat and avoid on the alkaline diet.",
"start_url": "/alkalist/",
"scope": "/alkalist/",
@@ -9,12 +9,12 @@
"theme_color": "#0a0a0a",
"icons": [
{
"src": "/alkalist/icon-192.png",
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/alkalist/icon-512.png",
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
+6 -6
View File
@@ -20,20 +20,20 @@ export const metadata: Metadata = {
themeColor: '#0a0a0a',
icons: {
icon: `${basePath}/alkalist/favicon-32x32.png`,
apple: `${basePath}/alkalist/alkalist/icon-192.png`,
apple: `${basePath}/alkalist/icon-192.png`,
},
manifest: '/manifest.json',
manifest: `${basePath}/alkalist/manifest.json`,
openGraph: {
title: 'AlkList - O que comer na Dieta Alcalina',
title: 'AlkaList - O que comer na Dieta Alcalina',
description: 'Uma ferramenta simples e eficaz para saber quais alimentos são alcalinos ou ácidos.',
url: 'https://rmcampos.github.io/alkalist',
siteName: 'AlkList',
siteName: 'AlkaList',
images: [
{
url: '/alka-og.png',
url: `${basePath}/alkalist/alka-og.png`,
width: 1200,
height: 630,
alt: 'AlkList - O que comer na Dieta Alcalina',
alt: 'AlkaList - O que comer na Dieta Alcalina',
},
],
locale: 'pt_BR',