Skip to content

Commit bb9def3

Browse files
committed
fix test
1 parent 9add0be commit bb9def3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generators/web/utils/processing.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export async function processJSXEntries(entries, template) {
133133
dehydrated: serverBundle.pages.get(`${data.api}.js`) ?? '',
134134
importMap: clientBundle.importMap?.replaceAll('/', root) ?? '',
135135
entrypoint: `${data.api}.js?${randomUUID()}`,
136-
speculationRules: JSON.stringify(SPECULATION_RULES),
136+
speculationRules: SPECULATION_RULES,
137137
root,
138138
metadata: data,
139139
config,

0 commit comments

Comments
 (0)