# iwafu.com This document helps LLMs understand the visible routing structure of the iwafu.com frontend project. The project is built with Nuxt 3 and supports multiple languages. Therefore, routes follow the pattern: `iwafu.com/{lang}/{route}`. ## Supported Languages (Prefixes) - `/tw` - Traditional Chinese - `/cn` - Simplified Chinese - `/en` - English - `/jp` - Japanese - `/th` - Thai - `/kr` - Korean ## Core Pages - `/` - Home - `/about` - About Us - `/map` - Interactive Map ## Articles - `/articles` - Articles Index - `/articles/{id}` - Single Article Detail - `/articles/expo2025` - Osaka Expo 2025 Special Feature ## Events & Campaigns - `/events` - Events Index - `/events/{id}` - Single Event Detail - `/campaign/expo2025` - Osaka Expo 2025 Campaign Page - `/campaign/tokyo-city-pass` - Tokyo City Pass Campaign Page To crawl specific event IDs, please refer to our sitemap API: https://www.iwafu.com/api/sitemap ## Points of Interest (POIs) & Information Kanbans - `/pois/{id}` - Point of Interest Details - `/kanbans/{id}` - Information Kanban Details