Skip to content

Commit

Permalink
astro fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
juanandres-montero committed Mar 27, 2024
1 parent b27301d commit b7f9cf1
Show file tree
Hide file tree
Showing 14 changed files with 342 additions and 269 deletions.
8 changes: 8 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
import UnoCSS from 'unocss/astro';

export default defineConfig({
// used to generate images
site: 'https://juanandres-montero.github.io',
base: 'OPCR',
integrations: [sitemap(), UnoCSS({ injectReset: true })],
vite: {
optimizeDeps: {
exclude: ['@resvg/resvg-js'],
},
},
});
Loading

0 comments on commit b7f9cf1

Please sign in to comment.