Skip to content

Commit ac84769

Browse files
bluwynatemoo-re
authored andcommitted
[ci] format
1 parent 0a3cc45 commit ac84769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/src/core/preview/vite-plugin-astro-preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function vitePluginAstroPreview(settings: AstroSettings): Plugin {
2525
}
2626

2727
const strippedPathname = stripBase(req.url!, base);
28-
const pathname = new URL(strippedPathname, 'https://a.b').pathname
28+
const pathname = new URL(strippedPathname, 'https://a.b').pathname;
2929
const isRoot = pathname === '/';
3030

3131
// Validate trailingSlash

0 commit comments

Comments
 (0)