Corrections and cleanup
This commit is contained in:
6
app/__generated__/[posts]._index.server.tsx
generated
6
app/__generated__/[posts]._index.server.tsx
generated
@@ -36,8 +36,8 @@ export const getResources = (_props: { system: System }) => {
|
||||
resources: Record<string, any>;
|
||||
}): PageMeta => {
|
||||
return {
|
||||
title: "Posts",
|
||||
description: "",
|
||||
title: "Blog | Jamaican-American Bar Association",
|
||||
description: "Keep up-to-date with the latest at JABA, an association of lawyers, primarily catering to South Florida.",
|
||||
excludePageFromSearch: true,
|
||||
language: "",
|
||||
socialImageAssetName: undefined,
|
||||
@@ -56,5 +56,5 @@ export const getRemixParams = ({ ...params }: Params): Params => {
|
||||
}
|
||||
|
||||
|
||||
export const contactEmail = "sheckeem@gmail.com";
|
||||
export const contactEmail = "jabaflorida@gmail.com";
|
||||
|
||||
Reference in New Issue
Block a user