Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
23
VApp/node_modules/unplugin-fonts/dist/astro.mjs
generated
vendored
Normal file
23
VApp/node_modules/unplugin-fonts/dist/astro.mjs
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
import {
|
||||
src_default
|
||||
} from "./chunk-CJR2JQI7.mjs";
|
||||
|
||||
// src/astro.ts
|
||||
function astro_default(options) {
|
||||
return {
|
||||
name: "unplugin-fonts",
|
||||
hooks: {
|
||||
"astro:config:setup": async (astro) => {
|
||||
var _a;
|
||||
if (options == null ? void 0 : options.custom)
|
||||
options.custom.stripPrefix = "public/";
|
||||
(_a = astro.config.vite).plugins || (_a.plugins = []);
|
||||
astro.config.vite.plugins.push(src_default.vite(options));
|
||||
astro.injectScript("page-ssr", 'import "unfonts.css";');
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
export {
|
||||
astro_default as default
|
||||
};
|
Reference in New Issue
Block a user