Skip to content

Commit

Permalink
remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed Mar 26, 2024
1 parent 0381745 commit 1c914cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";

export default defineConfig({
integrations: [tailwind()],
site: 'https://www.devparana.org',
base: 'devpr24',
integrations: [tailwind()]
});

0 comments on commit 1c914cf

Please sign in to comment.