feat: add safe project upgrades and production performance fixes
This commit is contained in:
@@ -67,6 +67,8 @@ export type Middleware = (ctx: Context, next: Next) => Promise<Response> | Respo
|
||||
|
||||
/** SEO metadata rendered into the document `<head>`. */
|
||||
export type SeoConfig = {
|
||||
/** BCP 47 document language used on `<html lang>` (default: `en`). */
|
||||
lang?: string;
|
||||
title?: string;
|
||||
titleTemplate?: string;
|
||||
description?: string;
|
||||
|
||||
Reference in New Issue
Block a user