Add 'tool' tag to nav and unit conversion tool.

This commit is contained in:
2024-06-20 10:05:29 +08:00
parent 740fc03778
commit a643397716
10 changed files with 1164 additions and 83 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}