From c9513eda8b51c6c90eb99772f5a2d2910348257d Mon Sep 17 00:00:00 2001 From: Mochamad Nizwar Syafuan Date: Sun, 21 May 2023 08:56:42 +0700 Subject: [PATCH] Update manifest --- README.md | 2 +- web/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index babc5de..b529bcd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NLudo Flutter Ludo Game made with Flutter -[Play now!](http://nludo-flutter.web.app) +[Play now!](https://nizwar.github.io/ludo_flutter/) ## TODO : * Multiplayer diff --git a/web/manifest.json b/web/manifest.json index 55b7042..cf8564c 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,7 +1,7 @@ { "name": "NLudo Flutter", "short_name": "NLudo", - "start_url": ".", + "start_url": "https://nizwar.github.io/ludo_flutter/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#e74c3c",