summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/aliases.md
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-12-15 08:53:30 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-15 08:53:30 -0800
commitc80f9eca61a7cd4119dbc4024b769f814bc3216f (patch)
tree6d6bcf77b4e63eebbfe1ba96396c1d7d69ea098c /docs/src/pages/guides/aliases.md
parent93ded5d79b7c8dd015df42cac92f9e115469a7a2 (diff)
downloadastro-c80f9eca61a7cd4119dbc4024b769f814bc3216f.tar.gz
astro-c80f9eca61a7cd4119dbc4024b769f814bc3216f.tar.zst
astro-c80f9eca61a7cd4119dbc4024b769f814bc3216f.zip
[ci] update lockfile (#2208)
* [ci] update lockfile * chore(lint): Prettier fix Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/guides/aliases.md')
-rw-r--r--docs/src/pages/guides/aliases.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/src/pages/guides/aliases.md b/docs/src/pages/guides/aliases.md
index 4e3e0d5a4..6c226a5a6 100644
--- a/docs/src/pages/guides/aliases.md
+++ b/docs/src/pages/guides/aliases.md
@@ -26,12 +26,8 @@ You can add import aliases from either `tsconfig.json` or `jsconfig.json`.
"compilerOptions": {
"baseUrl": ".",
"paths": {
- "asset:*": [
- "src/assets/*?url"
- ],
- "component:*": [
- "src/components/*.astro"
- ]
+ "asset:*": ["src/assets/*?url"],
+ "component:*": ["src/components/*.astro"]
}
}
}