Update language setting and versions in several packages
This commit includes an update of the language setting in the DocsPage and BlogPage functions in the marketing app to make it more dynamic. Additionally, the package versions of next, @makerkit/data-loader-supabase-nextjs, and various Next packages in the Supabase package have been updated.
This commit is contained in:
@@ -35,6 +35,7 @@ export namespace Cms {
|
||||
categories?: string[];
|
||||
tags?: string[];
|
||||
parentIds?: string[];
|
||||
language?: string | undefined;
|
||||
}
|
||||
|
||||
export interface GetCategoriesOptions {
|
||||
|
||||
Reference in New Issue
Block a user