0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
This commit is contained in:
Matthew Phillips 2024-07-03 09:59:16 -04:00
parent dc376448bb
commit 600cc65335

View file

@ -19,6 +19,7 @@ export function ensureServerIslandRoute(manifest: ManifestData) {
[{ content: '_server-islands', dynamic: false, spread: false }],
[{ content: 'name', dynamic: true, spread: false }]
],
// eslint-disable-next-line
pattern: /^\/_server-islands\/([^/]+?)$/,
prerender: false,
isIndex: false,