fixed aliasing path. (#2028)
This commit is contained in:
parent
fe9c8952a6
commit
bc7ee62615
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ In Astro v0.21, import aliases can be added from `tsconfig.json` or `jsconfig.js
|
|||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/components/*": ["components/*"]
|
||||
"@/components/*": ["src/components/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue