Skip to content

Commit 19be918

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent fe316be commit 19be918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/astro/src/core/build/vite-plugin-ssr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ function buildManifest(
163163
for (const pageData of eachServerPageData(internals)) {
164164
const scripts: SerializedRouteInfo['scripts'] = [];
165165
if (pageData.hoistedScript) {
166-
const hoistedValue = pageData.hoistedScript.value
167-
const value = hoistedValue.endsWith('.js') ? joinBase(hoistedValue) : hoistedValue
166+
const hoistedValue = pageData.hoistedScript.value;
167+
const value = hoistedValue.endsWith('.js') ? joinBase(hoistedValue) : hoistedValue;
168168
scripts.unshift(
169169
Object.assign({}, pageData.hoistedScript, {
170170
value,

0 commit comments

Comments
 (0)