Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
impondesk committed Feb 11, 2023
1 parent a3d685a commit 7b399b2
Show file tree
Hide file tree
Showing 14 changed files with 1,924 additions and 49 deletions.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ import image from "@astrojs/image";
// https://astro.build/config
import prefetch from "@astrojs/prefetch";

import compress from "astro-compress";
import sitemap from 'astro-sitemap';



// https://astro.build/config
export default defineConfig({
// devOptions: {
Expand All @@ -47,6 +52,7 @@ export default defineConfig({
markdown: {
drafts: true
},
site: 'https://impondsk.com',
integrations: [tailwind({
config: {
applyBaseStyles: false,
Expand All @@ -60,5 +66,5 @@ export default defineConfig({
// rehypePlugins: [rehypeMinifyHtml],
// remarkRehype: { footnoteLabel: 'Footnotes' },
gfm: false,
}), react(), svelte(), htmlBeautifier(), preact(), image(), prefetch()]
}), react(), svelte(), htmlBeautifier(), preact(), image(), prefetch(), compress(), sitemap()]
});
Loading

0 comments on commit 7b399b2

Please sign in to comment.