In my router/index.js I have a reference that looks like that:
import SingleVignette from '@/components/Vignette'
I guess @ stays for a base directory, right? But I try to Command+click on the reference in VSCode it doesn't refer me to an original file (while ../components/Vignette does. How to make it work?
