Skip to content

Commit

Permalink
chore: Add precache entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ContentsViewer committed Apr 27, 2024
1 parent b3f2ba8 commit db2945b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 197 deletions.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const withSerwist = withSerwistInit({
{ url: "index.html", revision: revision },
{ url: "index.txt", revision: revision },
{ url: "redirect.html", revision: revision },
{ url: "redirect.txt", revision: revision }
{ url: "redirect.txt", revision: revision },
{ url: "settings.html", revision: revision },
{ url: "settings.txt", revision: revision },
]
});

Expand Down
198 changes: 2 additions & 196 deletions public/sw.js

Large diffs are not rendered by default.

0 comments on commit db2945b

Please sign in to comment.