diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-06-05 21:48:10 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-02 21:18:29 +0200 |
commit | c80854cb2d1e4ee0f96e8e5185b466b6c06c5416 (patch) | |
tree | 9d7225b5739fcfdc5b324ede09a3e0a111a7e5e7 /index.html | |
parent | cbbed6346a437e6b9f05f646f1df0c77d2fb36eb (diff) | |
download | homer-c80854cb2d1e4ee0f96e8e5185b466b6c06c5416.tar.gz homer-c80854cb2d1e4ee0f96e8e5185b466b6c06c5416.tar.zst homer-c80854cb2d1e4ee0f96e8e5185b466b6c06c5416.zip |
Make connectivity check work with vitejs dev server
Head requests on directory path end up in 404
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ | |||
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
5 | <link rel="icon" href="/favicon.ico" /> | 5 | <link rel="icon" href="/favicon.ico" /> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> |
7 | <title>Vite App</title> | 7 | <meta name="robots" content="noindex"> |
8 | <title>Homer</title> | ||
8 | </head> | 9 | </head> |
9 | <body> | 10 | <body> |
10 | <div id="app"></div> | 11 | <div id="app"></div> |