Skip to content

Commit

Permalink
add ability to customise header
Browse files Browse the repository at this point in the history
  • Loading branch information
David Boyne authored and David Boyne committed Jul 12, 2024
1 parent 55f3245 commit f28e85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bin/eventcatalog.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export interface Config {
base?: string;
trailingSlash?: boolean;
logo?: {
alt: string
src: string
text?: string
alt: string;
src: string;
text?: string;
};
docs: {
sidebar: {
Expand Down
1 change: 0 additions & 1 deletion scripts/catalog-to-astro-content-directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export const catalogToAstro = async (source, astroContentDir, catalogFilesDir) =
fs.cpSync(usersPublicDirectory, astroPublicDir, { recursive: true });
}


// Copy all the event files over
await copyFiles({
source,
Expand Down

0 comments on commit f28e85a

Please sign in to comment.