Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Feb 12, 2024
1 parent 71137d6 commit 90ea456
Show file tree
Hide file tree
Showing 11 changed files with 658 additions and 243 deletions.
10 changes: 1 addition & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { defineConfig } from "astro/config";

import sitemap from "@astrojs/sitemap";

export default defineConfig({
build: {
format: "preserve",
Expand All @@ -12,11 +10,5 @@ export default defineConfig({
},
syntaxHighlight: "shiki",
},
site: "http://novage.com.ua/",
integrations: [
sitemap({
priority: 0.8,
lastmod: new Date(),
}),
],
site: "https://novage.com.ua/",
});
Loading

0 comments on commit 90ea456

Please sign in to comment.