diff --git a/home/import_content_pages.py b/home/import_content_pages.py index 6a3a4552..b961f1d7 100644 --- a/home/import_content_pages.py +++ b/home/import_content_pages.py @@ -597,7 +597,7 @@ def wagtail_format(self) -> dict[str, str]: @dataclass(slots=True, frozen=True) class ContentRow: - slug: str = "" + slug: str = page_id: int | None = None parent: str = "" web_title: str = ""