feat(web): complete MVP0 public layout, banner, and SEO baseline
This commit is contained in:
@@ -7,4 +7,9 @@ export {
|
||||
registerPostCrudAuditHook,
|
||||
updatePost,
|
||||
} from "./posts"
|
||||
export { isAdminSelfRegistrationEnabled, setAdminSelfRegistrationEnabled } from "./settings"
|
||||
export type { PublicHeaderBanner } from "./settings"
|
||||
export {
|
||||
getPublicHeaderBanner,
|
||||
isAdminSelfRegistrationEnabled,
|
||||
setAdminSelfRegistrationEnabled,
|
||||
} from "./settings"
|
||||
|
||||
Reference in New Issue
Block a user