We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e7edc commit 9760759Copy full SHA for 9760759
2025/src/pages/[lang]/index.astro
@@ -55,6 +55,7 @@ const t = useTranslate(lang);
55
'Akiba Plaza - Akiba Hall',
56
)}
57
</a>
58
+ <a>{/* XXX: Workaround for https://github.com/withastro/compiler/issues/958 */}</a>
59
</td>
60
</tr>
61
</table>
0 commit comments