full site update
This commit is contained in:
2
node_modules/astro/dist/prefetch/vite-plugin-prefetch.js
generated
vendored
2
node_modules/astro/dist/prefetch/vite-plugin-prefetch.js
generated
vendored
@@ -25,7 +25,7 @@ function astroPrefetch({ settings }) {
|
||||
load(id) {
|
||||
if (id === resolvedVirtualModuleId) {
|
||||
if (!prefetch) throwPrefetchNotEnabledError();
|
||||
return `export { prefetch } from "astro/virtual-modules/prefetch.js";`;
|
||||
return { code: `export { prefetch } from "astro/virtual-modules/prefetch.js";` };
|
||||
}
|
||||
},
|
||||
transform(code, id) {
|
||||
|
Reference in New Issue
Block a user