Skip to content

Commit 9e1a9e4

Browse files
authored
Typo
1 parent ff199dd commit 9e1a9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ All static assets in the `src` directory are copied 1:1 to the `public` director
592592

593593
You can specify directories to copy into your `dest` directory using the `--copy` flag. Everything in those directories will be copied as-is into the destination, including js, css, html and markdown, preserving the internal directory structure. Conflicting files are not detected or reported and will cause undefined behavior.
594594

595-
Copy folders must live **outside** of the `src` directory.
595+
Copy folders must live **outside** of the `dest` directory. Copy directories can be in the src directory allowing for nested builds. In this case they are added to the ignore glob and ignored by the rest of `top-bun`.
596596

597597
This is useful when you have legacy or archived site content that you want to include in your site, but don't want `top-bun` to process or modify it.
598598
In general, static content should live in your primary `src` directory, however for merging in old static assets over your top-bun build is sometimes easier to reason about when it's kept in a separate folder and isn't processed in any way.

0 commit comments

Comments
 (0)