mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
linting
This commit is contained in:
parent
dc376448bb
commit
600cc65335
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue