Adjust dir structure

This commit is contained in:
Owen Schwartz 2025-01-01 17:51:21 -05:00
parent 97a754ad8c
commit 5e4a8f7998
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
30 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -8,7 +8,7 @@ export function DocusaurusStack({ stack }: StackContext) {
});
const site = new StaticSite(stack, "DocusaurusSite", {
path: "packages/docusaurus/website",
path: "packages/docusaurus",
buildOutput: "build",
buildCommand: "npm run build",
customDomain: {