Skip to content

Commit f76eeaa

Browse files
ascorbicastrobot-houston
authored andcommitted
[ci] format
1 parent f4e8889 commit f76eeaa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/astro/src/core/app/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import { collapseDuplicateTrailingSlashes, hasFileExtension, isInternalPath } from '@astrojs/internal-helpers/path';
1+
import {
2+
collapseDuplicateTrailingSlashes,
3+
hasFileExtension,
4+
isInternalPath,
5+
} from '@astrojs/internal-helpers/path';
26
import { normalizeTheLocale } from '../../i18n/index.js';
37
import type { RoutesList } from '../../types/astro.js';
48
import type { RouteData, SSRManifest } from '../../types/public/internal.js';

packages/astro/src/vite-plugin-astro-server/trailing-slash.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import { collapseDuplicateTrailingSlashes, hasFileExtension, isInternalPath } from '@astrojs/internal-helpers/path';
1+
import {
2+
collapseDuplicateTrailingSlashes,
3+
hasFileExtension,
4+
isInternalPath,
5+
} from '@astrojs/internal-helpers/path';
26
import type * as vite from 'vite';
37
import { trailingSlashMismatchTemplate } from '../template/4xx.js';
48
import type { AstroSettings } from '../types/astro.js';

0 commit comments

Comments
 (0)