From 3cff11317d33da8b649c64aec3cb04df30616a26 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 22 Oct 2023 12:07:10 -0400 Subject: Move serving logic to a .zip file, move static assets to S3 (#734) * lume/src/static: remove these files because we don't need them Also rename manifest.json to site.webmanifest because apparently that's the best practice. Signed-off-by: Xe Iaso * lume: fix deno lock Signed-off-by: Xe Iaso * lume/src/_components: small fixes Signed-off-by: Xe Iaso * lume: move this big file to S3 Signed-off-by: Xe Iaso * lume: move these static files to XeDN Signed-off-by: Xe Iaso * internal/lume: store and serve the website from a .zip file This will let the website continue to serve data while a rebuild is happening. This also lets me download the website corpus for local debugging should the worst happen. Signed-off-by: Xe Iaso --------- Signed-off-by: Xe Iaso --- lume/src/_components/BlockQuote.jsx | 2 +- lume/src/_components/XeblogConv.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lume/src/_components') diff --git a/lume/src/_components/BlockQuote.jsx b/lume/src/_components/BlockQuote.jsx index bf15dd5..be562c7 100644 --- a/lume/src/_components/BlockQuote.jsx +++ b/lume/src/_components/BlockQuote.jsx @@ -4,4 +4,4 @@ export default function BlockQuote({ children }) { > {children} ); -}; \ No newline at end of file +}; diff --git a/lume/src/_components/XeblogConv.tsx b/lume/src/_components/XeblogConv.tsx index c522e45..95f26fc 100644 --- a/lume/src/_components/XeblogConv.tsx +++ b/lume/src/_components/XeblogConv.tsx @@ -12,7 +12,7 @@ const ConvSnippet = ({ name, mood, children, standalone }: XeblogConvProps) => { return ( <> -
+