diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/migration/0.21.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/migration/0.21.0.md b/docs/src/pages/migration/0.21.0.md index 0ba113974..38a7236e9 100644 --- a/docs/src/pages/migration/0.21.0.md +++ b/docs/src/pages/migration/0.21.0.md @@ -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/*"] } } } |