Skip to content

An example repo showing a potential bug building astro sites outside the working directory

Notifications You must be signed in to change notification settings

rob-gordon/nested-astro-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo project to illustrate what may be a bug in astro.

Steps to reproduce

  1. pnpm install
  2. Build the create-react-app app pnpm -F cra build
  3. Build the astro app pnpm -F astro build
  4. Check the output in cra/build/blog. It will be missing the assets. Note: This is the bug.
  5. Comment out the outDir line in astro.config.mjs
  6. Build the astro app pnpm -F astro build
  7. Check the output in astro/dist. It won't be missing the assets folder. Note: This is the expected behavior.

About

An example repo showing a potential bug building astro sites outside the working directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published