Skip to content

Commit 8b062fc

Browse files
committed
cache the llms.txt
1 parent 7d400db commit 8b062fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/sw.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2025.8.4.2";
2+
const version = "2025.8.4.3";
33

44
const precacheResources = [
55
"/",
66
"/index.html",
77
"/preview.html",
88
"/about.html",
99
"/app.css",
10+
"/llms.txt",
1011
"/js/app.js",
1112
"/js/litecanvas.js",
1213
"/js/zzfx.js",

0 commit comments

Comments
 (0)