<?xml version="1.0" encoding="UTF-8"?>
<urlset
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
>
    <url>
        <loc>https://kimkiyun.com/</loc>
        <lastmod>2025-12-02</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 라우터로 /about, /projects, /contact 같은 경로를 실제로 쓰고 있으면 추가 -->
    <url>
        <loc>https://kimkiyun.com/projects</loc>
        <lastmod>2025-12-02</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://kimkiyun.com/contact</loc>
        <lastmod>2025-12-02</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
</urlset>