Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Feb 5, 2024
1 parent 9416e4a commit 9ca3ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export async function setup(api: ApiInterface, contentHandler: StaticContentHand
layout = layout.replace("<sidebar></sidebar>", "<Sidebar />")
layout = layout.replace(/\/gmod\//g, "/")
layout = layout.replace(/"{title}"/g, "{title}")
layout = layout.replace(/"{description}"/g, "{descirption}")
layout = layout.replace(/"{description}"/g, "{description}")
await fs.writeFile("src/layouts/Layout.astro", makeLayoutHeader(layout))

await processCss("public/styles/gmod.css", contentHandler)
Expand Down

0 comments on commit 9ca3ffe

Please sign in to comment.