Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Nov 14, 2023
1 parent 84312f2 commit 6f5de8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function vitePluginAstroPreview(settings: AstroSettings): Plugin {
}

const strippedPathname = stripBase(req.url!, base);
const pathname = new URL(strippedPathname, 'https://a.b').pathname
const pathname = new URL(strippedPathname, 'https://a.b').pathname;
const isRoot = pathname === '/';

// Validate trailingSlash
Expand Down

0 comments on commit 6f5de8d

Please sign in to comment.