update README and get rid of astro embed
This commit is contained in:
@ -44,7 +44,7 @@ npx astro dev
|
||||
|
||||
# To release a new version
|
||||
|
||||
## Build in the docker image
|
||||
## Build in the docker image (make sure you have Docker installed!)
|
||||
|
||||
``` bash
|
||||
version=<specify-version>
|
||||
|
||||
@ -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";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
@ -14,10 +13,6 @@ import { LinkPreview } from "astro-embed";
|
||||
<h1 class="pb-4 pt-4 text-3xl font-semibold">Calendar</h1>
|
||||
<div class="flex flex-col gap-4">
|
||||
<p class="mb-4">See what we're doing next!</p>
|
||||
|
||||
<LinkPreview
|
||||
id="https://nextcloud.resisttechmonopolies.online/remote.php/dav"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user