chore: add to-do

This commit is contained in:
Ayo Ayco 2024-08-02 23:21:17 +02:00
parent 612b7e64b4
commit 6562f35c0c

View file

@ -40,6 +40,9 @@ if (url)
<Serialize id="app-config" data={appConfig} /> <Serialize id="app-config" data={appConfig} />
<script> <script>
/**
* TODO: registration should be handled by astro-sw integration
*/
const registerSW = async () => { const registerSW = async () => {
if ("serviceWorker" in navigator) { if ("serviceWorker" in navigator) {
try { try {