Add first business article and article layout
This commit is contained in:
8
node_modules/astro/dist/assets/svg/config.js
generated
vendored
Normal file
8
node_modules/astro/dist/assets/svg/config.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as z from "zod/v4";
|
||||
const SvgOptimizerSchema = z.object({
|
||||
name: z.string(),
|
||||
optimize: z.custom((v) => typeof v === "function")
|
||||
});
|
||||
export {
|
||||
SvgOptimizerSchema
|
||||
};
|
||||
Reference in New Issue
Block a user