Skip to content

Commit

Permalink
tailwind init
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed Aug 22, 2023
1 parent 2f3bf3c commit ebbb5fa
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 5 deletions.
8 changes: 6 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { defineConfig } from 'astro/config';

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://onrirr.github.io',
base: '/portfolio', // remove when custom domain
});
base: '/portfolio' // remove when custom domain
,
integrations: [tailwind()]
});
Loading

0 comments on commit ebbb5fa

Please sign in to comment.