remove subdomain from site

This commit is contained in:
Milo Schwartz
2024-10-14 22:01:00 -04:00
parent 99e3ea353a
commit 4c27d1302e
2 changed files with 2 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ export default async function Page({ params }: SitesPageProps) {
);
sites = res.data.data.sites;
} catch (e) {
console.error("Error fetching sites", e);
}
return (