Skip to content

Commit

Permalink
revive monthly sites idea
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 committed Jan 31, 2025
1 parent 027efbc commit 4df64ba
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/content/blog/whats-new-january-2025.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,21 +154,16 @@ Some sites from the last month that show off what you can do with Astro that are
- [Party poll](https://astro-polls.pages.dev/) - Create your own poll! Built using PartyKit and Astro.
- [Jam with Music](https://jamwithmusic.vercel.app/) - A simple sequencer that lets you make music in your browser to share or jam with any instrument.
- [Tic Tac Toe](https://github.com/lilnasy/tic-tac-toe) - A live, multiplayer game built with websockets and Astro.
- [Remove Space](https://removespace.co/) - An online tool to remove whitespace from text.

{/*

export const monthlySites = [
'astro-polls.pages.dev.yml',
'jamwithmusic.vercel.app.yml',
'sillystring.party.yml'
'removewhitespace.co.yml',
'sillystring.party.yml',
];

<ShowcaseGridById ids={monthlySites} />
{/* <ShowcaseGridById ids={monthlySites} /> */}

<MonthlyShowcaseGrid startDate={frontmatter.startDate} endDate={frontmatter.endDate} exclude={monthlySites} />
*/}

Looking for even more inspiration? See all the community member websites submitted to [the Astro showcase](https://astro.build/showcase/) this month. [Submit your site built with Astro!](https://astro.build/showcase/submit/)

Expand Down

0 comments on commit 4df64ba

Please sign in to comment.