Skip to content

Commit 82da93d

Browse files
committed
deploy: aadf1c3
1 parent 1c19866 commit 82da93d

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

404.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<script>
6+
// SPA redirect trick for GitHub Pages
7+
// Stores the full path in sessionStorage, then redirects to root
8+
var path = window.location.pathname + window.location.search + window.location.hash;
9+
sessionStorage.setItem('redirect', path);
10+
window.location.replace('/');
11+
</script>
12+
</head>
13+
<body></body>
14+
</html>

sitemap.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
5+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
36
<url>
47
<loc>https://skt329.github.io/</loc>
58
<lastmod>2026-05-15</lastmod>
69
<changefreq>monthly</changefreq>
710
<priority>1.0</priority>
811
</url>
9-
<url>
10-
<loc>https://skt329.github.io/#projects</loc>
11-
<lastmod>2026-05-15</lastmod>
12-
<changefreq>monthly</changefreq>
13-
<priority>0.9</priority>
14-
</url>
15-
<url>
16-
<loc>https://skt329.github.io/#skills</loc>
17-
<lastmod>2026-05-15</lastmod>
18-
<changefreq>monthly</changefreq>
19-
<priority>0.7</priority>
20-
</url>
2112
</urlset>

0 commit comments

Comments
 (0)