From 575384d67f78a15f0989b7b9dc932c9d4a9a142b Mon Sep 17 00:00:00 2001 From: Fredrik Wahlberg Date: Fri, 24 Jan 2025 17:37:42 +0100 Subject: [PATCH] =?UTF-8?q?L=C3=A4gger=20till=20iconer=20samt=20flyttar=20?= =?UTF-8?q?runt=20filer=20f=C3=B6r=20att=20f=C3=A5=20till=20PWA.=20Still?= =?UTF-8?q?=20not=20working?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json => public/manifest.json | 0 service-worker.js => public/service-worker.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename manifest.json => public/manifest.json (100%) rename service-worker.js => public/service-worker.js (100%) diff --git a/manifest.json b/public/manifest.json similarity index 100% rename from manifest.json rename to public/manifest.json diff --git a/service-worker.js b/public/service-worker.js similarity index 100% rename from service-worker.js rename to public/service-worker.js