Initial commit: Docusaurus blog with i18n (FR/EN)

This commit is contained in:
Tellsanguis 2025-11-14 20:48:21 +01:00
commit b3cea29a4e
27 changed files with 18900 additions and 0 deletions

6
tsconfig.json Normal file
View file

@ -0,0 +1,6 @@
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
}