I'm trying to set up vitepress in a docker container and so far the markdown is available through the routes:
but when I try to run vitepress (routing to index.html), it throws this error:
which indicates that there is a problem with resolving an import. It might be caused by the @ in the import. At this point I'm not sure how @ is treated inside of node modules. I would assume that it's not a alias placeholder. Any idea how to approach this issue?

