File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- import { collapseDuplicateTrailingSlashes , hasFileExtension , isInternalPath } from '@astrojs/internal-helpers/path' ;
1
+ import {
2
+ collapseDuplicateTrailingSlashes ,
3
+ hasFileExtension ,
4
+ isInternalPath ,
5
+ } from '@astrojs/internal-helpers/path' ;
2
6
import { normalizeTheLocale } from '../../i18n/index.js' ;
3
7
import type { RoutesList } from '../../types/astro.js' ;
4
8
import type { RouteData , SSRManifest } from '../../types/public/internal.js' ;
Original file line number Diff line number Diff line change 1
- import { collapseDuplicateTrailingSlashes , hasFileExtension , isInternalPath } from '@astrojs/internal-helpers/path' ;
1
+ import {
2
+ collapseDuplicateTrailingSlashes ,
3
+ hasFileExtension ,
4
+ isInternalPath ,
5
+ } from '@astrojs/internal-helpers/path' ;
2
6
import type * as vite from 'vite' ;
3
7
import { trailingSlashMismatchTemplate } from '../template/4xx.js' ;
4
8
import type { AstroSettings } from '../types/astro.js' ;
You can’t perform that action at this time.
0 commit comments