Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 39d7709

Browse files
committed
Setup version file correctly 🚀
1 parent cd77fc4 commit 39d7709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.0

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
importScripts('/cache-polyfill.js');
44

5-
const siteCacheName = 'chicioCodingCache{% include version.txt %}';
5+
const siteCacheName = 'chicioCodingCache{%-- include version.txt %}';
66
const dependenciesUrls = [
77
"/favicon.ico",
88
{% include service-worker-home-urls.js %}

0 commit comments

Comments
 (0)