Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output assets to _astro directory #5772

Merged
merged 16 commits into from
Jan 9, 2023
Merged
Prev Previous commit
Next Next commit
Update packages/astro/src/@types/astro.ts
Co-authored-by: Chris Swithinbank <[email protected]>
natemoo-re and delucis authored Jan 9, 2023
commit cb111f9e111e1daa055a0f454ebec8f73530493f
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
@@ -592,7 +592,7 @@ export interface AstroUserConfig {
* @type {string}
* @default `'_astro'`
* @description
* Specifies the directory where Astro-generated assets should live.
* Specifies the directory in the build output where Astro-generated assets (bundled JS and CSS for example) should live.
*
* ```js
* {