declare prefetch only once

Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt 2023-08-15 21:12:30 +02:00
parent 7bd3a6f06a
commit 56d817ed34

View File

@ -25,6 +25,5 @@ export default defineConfig({
selector: "a",
}),
sitemap(),
prefetch(),
],
});