abc test here the thing
aaaaaaa
text goes here
export type PageBase = {
slug: string;
title: string;
description: string;
author: string;
date: string;
tags: string[];
coverImagePath: string;
coverImageAlt: string;
published: boolean;
}