pnpm install
- Build the create-react-app app
pnpm -F cra build
- Build the astro app
pnpm -F astro build
- Check the output in
cra/build/blog
. It will be missing the assets. Note: This is the bug. - Comment out the
outDir
line inastro.config.mjs
- Build the astro app
pnpm -F astro build
- Check the output in
astro/dist
. It won't be missing the assets folder. Note: This is the expected behavior.
-
Notifications
You must be signed in to change notification settings - Fork 0
rob-gordon/nested-astro-bug
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An example repo showing a potential bug building astro sites outside the working directory
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published