fully 100% fix site on newer astro builds

pull/1/head
Drake 2 years ago
parent ba4a9e2260
commit 5e4793aeed

@ -13,6 +13,11 @@
"astro": "^1.0.0-beta.14"
},
"dependencies": {
"@astrojs/deno": "^0.1.0"
"@astrojs/deno": "^0.1.0",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-svelte": "^0.5.2",
"@astrojs/renderer-vue": "^0.4.0",
"vite": "^2.9.6"
}
}

File diff suppressed because it is too large Load Diff

@ -20,7 +20,7 @@ a + a {
bottom: 0;
left: 0px;
width: 100%;
height: 100;
height: 55px;
}
.white {
background-color: #222222;
@ -56,4 +56,4 @@ a + a {
</footer>
</div>
</body>
</html/
</html>

@ -20,7 +20,7 @@ a + a {
bottom: 0;
left: 0px;
width: 100%;
height: 100;
height: 55px;
}
.white {
background-color: #222222;

@ -1,5 +1,6 @@
---
export async function getStaticPaths({paginate, rss}) {
console.log(Astro);
const allPosts = await Astro.glob('./*.md')
const posts = allPosts.map(item => (Object.assign({}, item.frontmatter, {url: item.url}))).sort((a, b) => new Date(b.date) - new Date(a.date));
rss({

@ -1,7 +1,7 @@
---
layout: ../../layout/BaseBlog.astro
title: Gnome, and why it sucks
description: yes, even worse than <i>The new Trio 😈💗💗💗 - Corina Dust 😈😝</i>
description: yes, even worse than The new Trio 😈💗💗💗 - Corina Dust 😈😝
wip: false
date: Mon, Jan 31 2022
---

Loading…
Cancel
Save