Skip to content

Add custom hreflang to IDomain locales #8

@Keith-Hon

Description

@Keith-Hon

Since the targeted hreflang might be different from the nextjs locale, I suggest changing the IDomain type to

export interface IDomain {
domain: string;
defaultLocale?: string;
locales?: { nextLocale: string; hreflang: string }[];
http?: boolean;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions