WebifyConfig constructor
const
WebifyConfig({
- String? baseUrl,
- String? defaultTitle,
- String? titleTemplate,
- String? defaultDescription,
- String? defaultOgImage,
- String? twitterSite,
- String? locale,
- OrganizationSchema? defaultOrganization,
- List<
AnalyticsProvider> analyticsProviders = const [], - bool enableNoscriptFallback = true,
- bool debugMode = false,
- String? defaultRobots,
Implementation
const WebifyConfig({
this.baseUrl,
this.defaultTitle,
this.titleTemplate,
this.defaultDescription,
this.defaultOgImage,
this.twitterSite,
this.locale,
this.defaultOrganization,
this.analyticsProviders = const [],
this.enableNoscriptFallback = true,
this.debugMode = false,
this.defaultRobots,
});