Skip to content

Commit 3793f51

Browse files
committed
fix: @site is only alias that docusaurus accepts
1 parent 8a4fa71 commit 3793f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@docusaurus/module-type-aliases",
2323
"@docusaurus/theme-classic",
2424
],
25-
"baseUrl": "./src",
25+
"baseUrl": "./.",
2626
"paths": {
2727
"@site/*": ["./*"]
2828
},

0 commit comments

Comments
 (0)