diff --git a/packages/astro/src/core/build/static-build.ts b/packages/astro/src/core/build/static-build.ts index 5c58fefb3b..8e72bc4b26 100644 --- a/packages/astro/src/core/build/static-build.ts +++ b/packages/astro/src/core/build/static-build.ts @@ -321,7 +321,7 @@ async function generatePath(pathname: string, opts: StaticBuildOptions, gopts: G linkIds.map((href) => ({ props: { rel: 'stylesheet', - href: npath.posix.join(rootpath, href) + href: npath.posix.join(rootpath, href), }, children: '', }))