Skip to content

Commit 9e29844

Browse files
committed
Update ico and sitemap priority
1 parent 8a6b677 commit 9e29844

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

configs/site/web/sitemap/sitemap-main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<url>
44
<loc>https://dev2forge.software/</loc>
55
<lastmod>2025-05-30</lastmod>
6-
<changefreq>weekly</changefreq>
6+
<changefreq>daily</changefreq>
77
<priority>1.0</priority>
88
</url>
99
</urlset>

favicon.ico

15 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<script src="https://cdn.tailwindcss.com"></script>
4141
<script type="module" src="./src/assets/js/main.js" defer></script>
4242
<link rel="stylesheet" href="./src/assets/css/index.css" />
43-
<link rel="shortcut icon" href="./public/dev2forge-logo.png" type="image/x-icon" />
43+
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
4444
<script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script>
4545
<script>
4646
window.dataLayer = window.dataLayer || [];

0 commit comments

Comments
 (0)