diff --git a/README.md b/README.md index 856b2ab..29ef0ec 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ npx astro dev - [Astro](https://astro.build/) - The core framework - [React](https://reactjs.org/) - For interactive components - [Tailwind CSS](https://tailwindcss.com/) - For styling (find docs [here](https://tailwindcss.com/docs/installation/using-vite)) - - [TypeScript](https://www.typescriptlang.org/) - For type safety +- [TypeScript](https://www.typescriptlang.org/) - For type safety # To release a new version -## Build in the docker image +## Build in the docker image (make sure you have Docker installed!) ``` bash version= diff --git a/src/pages/WhatWereWorkingOnPages/Calendar.astro b/src/pages/WhatWereWorkingOnPages/Calendar.astro index 9b11fa7..0831127 100644 --- a/src/pages/WhatWereWorkingOnPages/Calendar.astro +++ b/src/pages/WhatWereWorkingOnPages/Calendar.astro @@ -3,7 +3,6 @@ import Navbar from "../../components/Navbar"; import Footer from "../../components/Footer"; import Layout from "../../layouts/Layout.astro"; import "../../styles/globals.css"; -import { LinkPreview } from "astro-embed"; --- @@ -14,10 +13,6 @@ import { LinkPreview } from "astro-embed";

Calendar

See what we're doing next!

- -