Skip to content

Commit 6b2ecf6

Browse files
committed
include favicon
1 parent 2a9cc53 commit 6b2ecf6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

public/robots.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

vite.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const copySpecificFiles = () => ({
1313
'logo.svg',
1414
'deepgit_logo.png',
1515
'dxl_logo.png',
16-
'ossci_logo.jpg'
16+
'ossci_logo.jpg',
17+
'favicon.ico'
1718
];
1819

1920
for (const file of filesToCopy) {

0 commit comments

Comments
 (0)