UNPKG

@frontity/yoast

Version:

Integrate your Frontity site with Yoast SEO plugin.

18 lines (15 loc) 375 B
import YoastPackage from "../types"; import Component from "./components"; const yoastPackage: YoastPackage = { name: "@frontity/yoast", roots: { yoast: Component }, state: { yoast: { renderTags: "both", transformLinks: { ignore: "^(wp-(json|admin|content|includes))|feed|comments|xmlrpc", }, }, }, }; export default yoastPackage;