mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
fc66ecff18
commit
9294c7535d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue