mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
Updated the structure of the post's page
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
import { remarkReadingTime } from "./src/plugins/remarkReadingTime";
|
||||
import cloudflare from "@astrojs/cloudflare";
|
||||
import icon from "astro-icon";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
export default defineConfig({
|
||||
@ -10,7 +9,7 @@ export default defineConfig({
|
||||
adapter: cloudflare({
|
||||
imageService: "compile",
|
||||
}),
|
||||
integrations: [icon(), sitemap()],
|
||||
integrations: [sitemap()],
|
||||
build: {
|
||||
inlineStylesheets: "always",
|
||||
},
|
||||
|
Reference in New Issue
Block a user