Skip to content

Commit

Permalink
feat: add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jun 20, 2024
1 parent 5ba5f9f commit c589540
Show file tree
Hide file tree
Showing 20 changed files with 361 additions and 25 deletions.
9 changes: 5 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { defineConfig } from "astro/config";

import tailwind from "@astrojs/tailwind";

import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
integrations: [tailwind(), react()],
base: "/8",
site: "https://stupid.hackathon.in.th/8",
});
site: "https://stupid.hackathon.in.th/8"
});
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/cloudflare": "^10.4.0",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"airtable": "^0.12.2",
"astro": "^4.10.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
Expand Down
145 changes: 145 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/assets/beer.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions public/assets/beer/heh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/assets/beer/pls.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c589540

Please sign in to comment.