Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jun 6, 2024
1 parent 85414d6 commit 139d34b
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 85 deletions.
Binary file removed public/assets/blog/authors/jj.jpeg
Binary file not shown.
Binary file removed public/assets/blog/authors/joe.jpeg
Binary file not shown.
Binary file removed public/assets/blog/authors/tim.jpeg
Binary file not shown.
Binary file removed public/favicon/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-512x512.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions public/favicon/browserconfig.xml

This file was deleted.

Binary file removed public/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon/favicon.ico
Binary file not shown.
Binary file removed public/favicon/mstile-150x150.png
Binary file not shown.
4 changes: 2 additions & 2 deletions public/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Next.js",
"short_name": "Next.js",
"name": "GrapesJS",
"short_name": "GrapesJS",
"icons": [
{
"src": "/favicons/android-chrome-192x192.png",
Expand Down
2 changes: 1 addition & 1 deletion src/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function PageBlogPosts() {
<main>
<Header/>
<Container className="pt-10 md:pt-20">
<HeroPost post={heroPost}/>
{heroPost && <HeroPost post={heroPost}/>}
{morePosts.length > 0 && <MoreStories posts={morePosts} />}
</Container>
<Footer/>
Expand Down
19 changes: 0 additions & 19 deletions src/content/blog/dynamic-routing.mdx

This file was deleted.

19 changes: 0 additions & 19 deletions src/content/blog/hello-world.mdx

This file was deleted.

35 changes: 0 additions & 35 deletions src/content/blog/preview.mdx

This file was deleted.

0 comments on commit 139d34b

Please sign in to comment.