diff --git a/components/Layout.js b/components/Layout.js index 5be1bf4..3c7984e 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -15,13 +15,16 @@ export default function Layout({ children }) { /> - + - - + + {children} ); diff --git a/package.json b/package.json index 2a59ab0..deefcda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nardini-academy", - "version": "5.0.2", + "version": "5.0.3", "private": true, "scripts": { "dev": "next dev", diff --git a/public/manifest.json b/public/manifest.json index 25cbf6d..b0a2143 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -18,7 +18,7 @@ "sizes": "512x512" } ], - "start_url": ".", + "start_url": "https://nardiniacademy.com/", "display": "standalone", "theme_color": "#00bcd4", "background_color": "#282a36"