Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jul 3, 2024
1 parent dc37644 commit 600cc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/core/server-islands/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 600cc65

Please sign in to comment.