Skip to content

Commit

Permalink
rss + fontawesome + post data + attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordechai Dror committed Sep 22, 2023
1 parent 405a49a commit 8c3aab7
Show file tree
Hide file tree
Showing 23 changed files with 180 additions and 304 deletions.
9 changes: 5 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'astro/config';
import type { AstroUserConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";

export default defineConfig({
integrations: [tailwind()]
});
export default {
integrations: [tailwind()],
site: 'https://vorant94.io'
} satisfies AstroUserConfig;
Loading

0 comments on commit 8c3aab7

Please sign in to comment.