Type Alias SsgRenderProps

SsgRenderProps: {
    base?: string;
    outDir?: string;
    publicDir?: string;
    routesDir?: string;
}

Type declaration

  • Optionalbase?: string
  • OptionaloutDir?: string
  • OptionalpublicDir?: string
  • OptionalroutesDir?: string