diff options
Diffstat (limited to 'packages/astro/performance/content-benchmark.mjs')
-rw-r--r-- | packages/astro/performance/content-benchmark.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/performance/content-benchmark.mjs b/packages/astro/performance/content-benchmark.mjs index 5ec095034..14f9b598e 100644 --- a/packages/astro/performance/content-benchmark.mjs +++ b/packages/astro/performance/content-benchmark.mjs @@ -1,6 +1,6 @@ /* eslint-disable no-console */ -import { fileURLToPath } from 'url'; +import { fileURLToPath } from 'node:url'; import { loadFixture } from '../test/test-utils.js'; import { generatePosts } from './scripts/generate-posts.mjs'; import yargs from 'yargs-parser'; |