Writing tagged with #TypeScript
-
Coding in Public - Import Aliases
Posted on
import PostLink from "@components/PostLink.astro"; One thing I've struggled with on many iterations of this blog is the constant ../../path/to/file string for references, whether imports, css, or images. I've never really understood how to set up import aliases and always just dealt with t