chore: try root public for vercel

This commit is contained in:
Stephen Zhou
2025-12-07 00:15:41 +08:00
parent 0e4dbed374
commit c8bb804a47
4 changed files with 2 additions and 1 deletions

BIN
public/favicon.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
public/logo.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

1
public/logo.svg Normal file
View File

@@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>RSSHub</title><rect width="24" height="24" fill="#ffd6a6" rx="7.636"/><path fill="#ff8549" d="M.142 6.16Q.002 6.875 0 7.635v8.728A7.636 7.636 0 0 0 7.636 24h8.728a7.7 7.7 0 0 0 1.477-.142 13.26 13.26 0 0 0 1.25-5.64c0-7.35-5.959-13.309-13.31-13.309a13.25 13.25 0 0 0-5.64 1.25"/><circle cx="5.727" cy="18.273" r="4.964" fill="#ff2900"/></svg>

After

Width:  |  Height:  |  Size: 420 B

View File

@@ -8,5 +8,5 @@ export default defineConfig({
shims: true,
clean: true,
plugins: [artTemplatesPlugin()],
copy: [{ from: 'lib/assets', to: 'dist' }],
// copy: [{ from: 'lib/assets', to: 'dist' }],
});