We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6b677 commit 9e29844Copy full SHA for 9e29844
3 files changed
configs/site/web/sitemap/sitemap-main.xml
@@ -3,7 +3,7 @@
3
<url>
4
<loc>https://dev2forge.software/</loc>
5
<lastmod>2025-05-30</lastmod>
6
- <changefreq>weekly</changefreq>
+ <changefreq>daily</changefreq>
7
<priority>1.0</priority>
8
</url>
9
</urlset>
favicon.ico
15 KB
index.html
@@ -40,7 +40,7 @@
40
<script src="https://cdn.tailwindcss.com"></script>
41
<script type="module" src="./src/assets/js/main.js" defer></script>
42
<link rel="stylesheet" href="./src/assets/css/index.css" />
43
- <link rel="shortcut icon" href="./public/dev2forge-logo.png" type="image/x-icon" />
+ <link rel="icon" href="/favicon.ico" type="image/x-icon" />
44
<script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script>
45
<script>
46
window.dataLayer = window.dataLayer || [];
0 commit comments