chore: replace Sculpin with Astro
This commit is contained in:
parent
d0ef96dead
commit
d1b76dda33
830 changed files with 5819 additions and 10532 deletions
8
website/src/pages/archive.xml.js
Normal file
8
website/src/pages/archive.xml.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import rss from '@astrojs/rss';
|
||||
|
||||
export const get = () => rss({
|
||||
title: 'Daily list',
|
||||
description: '',
|
||||
site: 'https://www.oliverdavies.uk',
|
||||
items: import.meta.glob('./daily-emails/**/*.{md,mdx}'),
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue