Skip to content

Commit

Permalink
refactor(marketing): remove about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Feb 8, 2024
1 parent 1fc5734 commit e8187db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions apps/marketing/src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type Props = CollectionEntry<'blog'>['data'];
const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
---

<!doctype html>
<html lang="en">
<head>
<BaseHead title={title} description={description} />
Expand Down
12 changes: 0 additions & 12 deletions apps/marketing/src/pages/about.astro

This file was deleted.

0 comments on commit e8187db

Please sign in to comment.