summaryrefslogtreecommitdiff
path: root/benchmark/make-project/render-default.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/make-project/render-default.js')
-rw-r--r--benchmark/make-project/render-default.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/make-project/render-default.js b/benchmark/make-project/render-default.js
index 9dfe88609..38a06364d 100644
--- a/benchmark/make-project/render-default.js
+++ b/benchmark/make-project/render-default.js
@@ -74,7 +74,7 @@ export async function run(projectDir) {
new URL('./astro.config.js', projectDir),
`\
import { defineConfig } from 'astro/config';
-import timer from '@astrojs/timer';
+import timer from '@benchmark/timer';
import mdx from '@astrojs/mdx';
export default defineConfig({