0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] format

This commit is contained in:
ematipico 2023-11-13 19:14:26 +00:00 committed by astrobot-houston
parent fc66ecff18
commit 9294c7535d

View file

@ -1,5 +1,5 @@
import { appendForwardSlash, joinPaths } from '@astrojs/internal-helpers/path';
import type { AstroConfig, MiddlewareEndpointHandler, SSRManifest } from '../@types/astro.js';
import type { MiddlewareEndpointHandler, SSRManifest } from '../@types/astro.js';
// Checks if the pathname doesn't have any locale, exception for the defaultLocale, which is ignored on purpose
function checkIsLocaleFree(pathname: string, locales: string[]): boolean {