redirects old blog posts to new
This commit is contained in:
@@ -3,9 +3,10 @@ import db from "@astrojs/db";
|
||||
import gemtext from "astro-gemtext";
|
||||
import mdx from "@astrojs/mdx";
|
||||
import node from "@astrojs/node";
|
||||
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
import redirects from "./redirects.mjs";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
adapter: node({
|
||||
@@ -34,6 +35,7 @@ export default defineConfig({
|
||||
image: {
|
||||
service: passthroughImageService(),
|
||||
},
|
||||
redirects,
|
||||
site: "https://joeac.net",
|
||||
integrations: [db(), gemtext(), mdx(), sitemap()],
|
||||
});
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
"/blog/2024/10/tracking_pixels": "/blog/2024-04-10",
|
||||
"/blog/2024/01/14/sapiens_on_religion": "/blog/2024-01-14",
|
||||
"/blog/2024/01/29/euhwc_toast_to_the_lasses_2024": "/blog/2024-01-29",
|
||||
"/blog/2024/03/30/easter": "/blog/2024-03-30",
|
||||
"/blog/2024/04/10/tracking_pixels": "/blog/2024-04-10",
|
||||
"/blog/2024/04/11/who_consecrates_the_temple": "/blog/2024-04-11",
|
||||
"/blog/2024/04/14/god_is_not_great": "/blog/2024-04-14",
|
||||
"/blog/2024/05/02/no_more_youtube": "/blog/2024-05-02",
|
||||
"/blog/2024/06/13/llms_do_not_understand_anything": "/blog/2024-06-13",
|
||||
"/blog/2024/07/08/doctor_who_gayness_church": "/blog/2024-07-08",
|
||||
"/blog/2024/07/16/word_hallucination_with_reference_to_llms":
|
||||
"/blog/2024-07-16",
|
||||
"/blog/2024/12/17/open_questions_about_sex": "/blog/2024-12-17",
|
||||
"/blog/2025/01/19/my_feed_and_reading_list": "/blog/2025-01-19",
|
||||
"/blog/2025/01/19/newsboat-post.webp": "/blog/2025-01-19_newsboat-post.webp",
|
||||
"/blog/2025/01/19/newsboat.webp": "/blog/2025-01-19_newsboat.webp",
|
||||
"/blog/2025/01/19/ranger.webp": "/blog/2025-01-19_ranger.webp",
|
||||
"/blog/2025/01/19/w3m.webp": "/blog/2025-01-19_w3m.webp",
|
||||
"/blog/2025/01/24/science_and_philosophy": "/blog/2025-01-24",
|
||||
"/blog/2025/01/28/paradox": "/blog/2025-01-28",
|
||||
"/blog/2025/05/02/surprised_by_hope": "/blog/2025-05-02",
|
||||
"/blog/2025/05/04/does_resurrection_ground_works": "/blog/2025-05-04",
|
||||
"/blog/2025/06/23/work": "/blog/2025-06-23",
|
||||
"/blog/2025/07/03/ps118": "/blog/2025-07-03",
|
||||
"/blog/2025/09/18/starting_msc": "/blog/2025-09-18",
|
||||
"/blog/2025/09/24/creeds": "/blog/2025-09-24",
|
||||
"/blog/2025/10/05/creeds": "/blog/2025-10-05",
|
||||
"/blog/2025/10/09/arius": "/blog/2025-10-09",
|
||||
"/blog/2025/12/11/persecution": "/blog/2025-12-11",
|
||||
"/blog/2026/02/16/short_reformation_stories": "/blog/2026-02-16",
|
||||
"/blog/2026/03/04/agnostic": "/blog/2026-03-04",
|
||||
"/blog/2026/03/21/genesis": "/blog/2026-03-21",
|
||||
};
|
||||
Reference in New Issue
Block a user