mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 10:21:36 +01:00
Set site url and remove old logic
This commit is contained in:
@@ -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],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user