-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
Maybe I am doing something wrong, but I cannot for the life of me deploy from a yarn workspaces monorepo.
I added the base:
// astro.config.msj
{
base: '/docs',
}
It won't build properly because it won't build my other dependencies.
So if I remove the base, it fails because it can't find the docs/dist
directory.
I need a way to build from the root and deploy from a path, but it doesn't seem as though one is exposed.
guitarrapc and czernika