- en/, ja/, zh/ 디렉토리 전체 삭제 - i18n/ 번역 JSON + js/i18n.js 삭제 - 전체 HTML에서 언어 스위처, hreflang 태그 제거 - common.css lang-switcher CSS 135줄 제거 - schedule.js 다국어 로직 제거 (한국어 직접 사용) - build-blog.js, devlog.js 한국어 전용으로 단순화 - sitemap.xml 한국어 URL만 유지 - build_i18n.js + package.json build:i18n 스크립트 제거 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
53 lines
1.3 KiB
XML
53 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
|
|
<!-- 한국어 (기본) -->
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/about</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/services</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/portfolio</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/gallery</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/contact</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/qna</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.6</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/schedule</loc>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://minglestudio.co.kr/devlog</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
|
|
</urlset>
|