Skip to content

Commit 8103bb8

Browse files
committed
Upgrade eval url
1 parent e99de74 commit 8103bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<priority>0.9</priority>
2626
</url>
2727
<url>
28-
<loc>https://dev2forge.is-a.software/eval/</loc>
28+
<loc>https://eval.is-a.software/</loc>
2929
<lastmod>2026-01-15</lastmod>
3030
<changefreq>weekly</changefreq>
3131
<priority>0.9</priority>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ <h2 class="text-center font-bold mb-10 text-2xl">eval | Code Playground</h2>
8282
<div id="new-project" class="lg:w-[90vh] w-[90vw] rounded-xl shadow-xl shadow-black px-10">
8383
<div class="pswp-gallery" id="my-gallery">
8484
<div id="logo-initvenv" class="flex justify-center mb-4">
85-
<a href="https://dev2forge.is-a.software/eval/src/assets/images/svg/favicon.svg"
85+
<a href="https://eval.is-a.software/src/assets/images/svg/favicon.svg"
8686
data-pswp-width="1000" data-pswp-height="1000" target="_blank">
8787
<img class="max-w-[300px] h-auto object-contain drop-shadow-2xl drop-shadow-black"
88-
src="https://dev2forge.is-a.software/eval/src/assets/images/svg/favicon.svg"
88+
src="https://eval.is-a.software/src/assets/images/svg/favicon.svg"
8989
alt="Logo Representation of 'eval'" />
9090
</a>
9191
</div>

0 commit comments

Comments
 (0)