add pwa and ci/cd
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 1m13s
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 1m13s
This commit is contained in:
@@ -3,7 +3,9 @@ import './globals.css'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'GreenHome',
|
||||
description: 'GreenHome PWA'
|
||||
description: 'GreenHome PWA',
|
||||
manifest: 'manifest.json',
|
||||
|
||||
}
|
||||
|
||||
export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) {
|
||||
|
||||
Reference in New Issue
Block a user