From df0218a4650009660bbaa5b4a41a11fd9c5d2066 Mon Sep 17 00:00:00 2001 From: eunhak Date: Mon, 3 Jun 2024 19:14:24 +0900 Subject: [PATCH] fix: manifast fix --- public/manifest.json | 6 +++--- src/pages/_document.tsx | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 33f2c45..05e98ae 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -7,17 +7,17 @@ "description": "My awesome Progressive Web App!", "icons": [ { - "src": "/Logo256.png", + "src": "/icons/Logo256.png", "sizes": "256x256", "type": "image/png" }, { - "src": "/Logo512.png", + "src": "/icons/Logo512.png", "sizes": "512x512", "type": "image/png" }, { - "src": "/Logo1024.png", + "src": "/icons/Logo1024.png", "sizes": "1024x1024", "type": "image/png" } diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 963826c..3898b95 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from 'next/document'; export default function Document() { return ( - + + +