diff --git a/build/routes.js b/build/routes.js index 694975e276..3bc43dcc05 100644 --- a/build/routes.js +++ b/build/routes.js @@ -92144,7 +92144,7 @@ export default { "maintainers": [ "zphw" ], - "description": "Delivers a better experience by supporting parameter specification.\n\nParameters can be obtained from the official website, for instance:\n\n`https://www.rfa.org/cantonese/news` corresponds to `/rfa/cantonese/news`\n\n`https://www.rfa.org/cantonese/news/htm` corresponds to `/rfa/cantonese/news/htm`", + "description": "Delivers a better experience by supporting parameter specification.\n\nParameters can be obtained from the official website, for instance:\n\n`https://www.rfa.org/cantonese` corresponds to `/rfa/cantonese`\n\n`https://www.rfa.org/cantonese/htm` corresponds to `/rfa/cantonese/htm`", "location": "index.ts", "module": () => import('@/routes/rfa/index.ts') } diff --git a/build/routes.json b/build/routes.json index 79163d1b08..3cf9aa0114 100644 --- a/build/routes.json +++ b/build/routes.json @@ -92144,7 +92144,7 @@ "maintainers": [ "zphw" ], - "description": "Delivers a better experience by supporting parameter specification.\n\nParameters can be obtained from the official website, for instance:\n\n`https://www.rfa.org/cantonese/news` corresponds to `/rfa/cantonese/news`\n\n`https://www.rfa.org/cantonese/news/htm` corresponds to `/rfa/cantonese/news/htm`", + "description": "Delivers a better experience by supporting parameter specification.\n\nParameters can be obtained from the official website, for instance:\n\n`https://www.rfa.org/cantonese` corresponds to `/rfa/cantonese`\n\n`https://www.rfa.org/cantonese/htm` corresponds to `/rfa/cantonese/htm`", "location": "index.ts", "module": "() => import('@/routes/rfa/index.ts')" }