Set site url and remove old logic

This commit is contained in:
thiloho
2025-04-26 09:57:29 +02:00
parent f8e71fc3b6
commit 4f15486742
6 changed files with 16 additions and 36 deletions

View File

@@ -1,8 +1,9 @@
import { defineConfig } from "astro/config";
import tailwindcss from "@tailwindcss/vite";
import { remarkModifiedTime } from "./remark-modified-time.mjs";
export default defineConfig({
site: "https://thiloho.github.io",
prefetch: {
prefetchAll: true,
},
@@ -15,6 +16,5 @@ export default defineConfig({
shikiConfig: {
theme: "github-dark",
},
remarkPlugins: [remarkModifiedTime],
},
});