mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 01:47:01 +01:00
fix import
This commit is contained in:
parent
1c3d26d552
commit
e61b970fc2
@ -1,7 +1,7 @@
|
||||
import path from 'node:path'
|
||||
import type { Redirects } from '.'
|
||||
import { getMarkdownFrontmatter } from './utils.js'
|
||||
import { createRedirect } from './createRedirect'
|
||||
import { createRedirect } from './createRedirect.js'
|
||||
|
||||
export async function getRedirects(
|
||||
files: string[],
|
||||
|
Loading…
Reference in New Issue
Block a user