diff options
| author | 2024-09-03 15:54:52 +0800 | |
|---|---|---|
| committer | 2024-09-03 15:54:52 +0800 | |
| commit | e3ddb391b9a6b047af37eb1633e114edb598e91b (patch) | |
| tree | 5557457b9d46f577e6808c5cda054de1df18acba | |
| parent | 731d318b4d5f279ea58f0688353a011a41532f42 (diff) | |
| download | HydroRoll-e3ddb391b9a6b047af37eb1633e114edb598e91b.tar.gz HydroRoll-e3ddb391b9a6b047af37eb1633e114edb598e91b.zip | |
feat: update favicon path in index.html
| -rw-r--r-- | site/index.html | 2 | ||||
| -rw-r--r-- | site/src/assets/favicon.ico | bin | 0 -> 4286 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 641c297..ca502e6 100644 --- a/site/index.html +++ b/site/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> - <link rel="icon" href="/favicon.ico" /> + <link rel="icon" href="/src/assets/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>水系官网</title> </head> diff --git a/site/src/assets/favicon.ico b/site/src/assets/favicon.ico Binary files differnew file mode 100644 index 0000000..dd63670 --- /dev/null +++ b/site/src/assets/favicon.ico |
