Skip to content

Commit

Permalink
fix: update fast-glob import
Browse files Browse the repository at this point in the history
  • Loading branch information
JB AUBREE committed May 23, 2024
1 parent a76f854 commit 8a9a2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sitemap.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join, parse } from 'node:path'
import { ensurePrefix, slash } from '@antfu/utils'
import * as fg from 'fast-glob'
import fg from 'fast-glob'

import type { ResolvedOptions, RoutesOptionMap } from './types'
import { removeMaybeSuffix } from './utils'
Expand Down

1 comment on commit 8a9a2e9

@jbaubree
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May fixe #96

Please sign in to comment.