From 6aed352a74e9735618d4731516774be4eec4d3c6 Mon Sep 17 00:00:00 2001 From: Jaime Freire <5436581+jaimefreire@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:52:45 +0100 Subject: [PATCH] Update --- app/layout.tsx | 4 ++-- pnpm-lock.yaml | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 553e160..03bcd67 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,8 +5,8 @@ import './globals.css' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'Image 2 Code - Genera código HTML y CSS a partir de una imagen', + description: 'PoC de una aplicación que genera código HTML y CSS a partir de una imagen', } export default function RootLayout({ children }: { children: React.ReactNode }) { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6513268..648b465 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,11 +45,6 @@ dependencies: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.3.5) -optionalDependencies: - '@next/swc-linux-x64-musl': - specifier: ^14.0.3 - version: 14.0.3 - devDependencies: '@types/node': specifier: ^20