Skip to content

Commit

Permalink
try to fix missing css
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan authored and Evan committed Jun 17, 2024
1 parent 04df18d commit abe8f94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import { defineConfig } from 'astro/config';
import htmx from 'astro-htmx';
import icon from 'astro-icon';
import vercel from '@astrojs/vercel/serverless';

// https://astro.build/config
export default defineConfig({
site: 'https://evomatic.github.io',
base: '/portfolio/',
output: 'static',
build: {
outDir: 'dist',
},
integrations: [
htmx(),
icon({
Expand Down

0 comments on commit abe8f94

Please sign in to comment.