GitHub Actions commited on
Commit
67b5f4e
·
1 Parent(s): 46a91d2

Deploy from GitHub (8492ebf)

Browse files
.gitattributes CHANGED
@@ -1,3 +1,3 @@
 
1
  data/*.json filter=lfs diff=lfs merge=lfs -text
2
  data/*.db filter=lfs diff=lfs merge=lfs -text
3
- data/*.faiss filter=lfs diff=lfs merge=lfs -text
 
1
+ data/*.faiss filter=lfs diff=lfs merge=lfs -text
2
  data/*.json filter=lfs diff=lfs merge=lfs -text
3
  data/*.db filter=lfs diff=lfs merge=lfs -text
 
static/favicon.svg ADDED
static/index.html CHANGED
@@ -19,7 +19,7 @@
19
  <meta name="twitter:title" content="Sondez les Écritures — Recherche sémantique Bible">
20
  <meta name="twitter:description" content="Recherche sémantique dans la Bible. Trouvez les versets les plus pertinents.">
21
  <title>Sondez les Écritures — Recherche sémantique dans la Bible</title>
22
- <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>&#x1F4D6;</text></svg>">
23
  <link rel="manifest" href="/static/manifest.json">
24
  <link rel="preconnect" href="https://fonts.googleapis.com">
25
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 
19
  <meta name="twitter:title" content="Sondez les Écritures — Recherche sémantique Bible">
20
  <meta name="twitter:description" content="Recherche sémantique dans la Bible. Trouvez les versets les plus pertinents.">
21
  <title>Sondez les Écritures — Recherche sémantique dans la Bible</title>
22
+ <link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
23
  <link rel="manifest" href="/static/manifest.json">
24
  <link rel="preconnect" href="https://fonts.googleapis.com">
25
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
static/manifest.json CHANGED
@@ -8,7 +8,7 @@
8
  "theme_color": "#f5f0e8",
9
  "icons": [
10
  {
11
- "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📖</text></svg>",
12
  "sizes": "any",
13
  "type": "image/svg+xml"
14
  }
 
8
  "theme_color": "#f5f0e8",
9
  "icons": [
10
  {
11
+ "src": "/static/favicon.svg",
12
  "sizes": "any",
13
  "type": "image/svg+xml"
14
  }
static/service-worker.js CHANGED
@@ -1,8 +1,9 @@
1
- var CACHE_NAME = "rag-bible-v2";
2
  var CACHE_FILES = [
3
  "/static/index.html",
4
  "/static/styles.css",
5
  "/static/app.js",
 
6
  "/static/manifest.json",
7
  "https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap",
8
  "https://unpkg.com/embla-carousel@8.0.0/embla-carousel.umd.js",
 
1
+ var CACHE_NAME = "rag-bible-v3";
2
  var CACHE_FILES = [
3
  "/static/index.html",
4
  "/static/styles.css",
5
  "/static/app.js",
6
+ "/static/favicon.svg",
7
  "/static/manifest.json",
8
  "https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap",
9
  "https://unpkg.com/embla-carousel@8.0.0/embla-carousel.umd.js",