Skip to content

Commit

Permalink
chore: add astro+tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 2, 2023
1 parent 081ed6f commit b8fd37a
Show file tree
Hide file tree
Showing 24 changed files with 10,501 additions and 102 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.idea
dist
node_modules

8 changes: 8 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from 'astro/config'
import tailwind from '@astrojs/tailwind'

export default defineConfig({
site: 'https://redte.ch',
compressHTML: true,
integrations: [tailwind()]
})
Binary file removed images/logo.png
Binary file not shown.
33 changes: 0 additions & 33 deletions index.html

This file was deleted.

Loading

0 comments on commit b8fd37a

Please sign in to comment.