Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'reports'
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali committed May 30, 2023
2 parents 869a96e + 923bd98 commit fb1bd9b
Show file tree
Hide file tree
Showing 133 changed files with 7,538 additions and 11,403 deletions.
16 changes: 15 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
import { defineConfig } from 'astro/config';
import react from "@astrojs/react";
import tailwind from "@astrojs/tailwind";

import mdx from "@astrojs/mdx";

// https://astro.build/config
import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
site: 'https://stateof.greensoftware.foundation',
integrations: [react(), tailwind({
config: {
applyBaseStyles: false
}
}), mdx(), sitemap()]
});
3 changes: 3 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALGOLIA_APP_ID=xxxxxxxxxx
ALGOLIA_SEARCH_ONLY_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ALGOLIA_WRITE_API_KEY=xxxxxxxxxxxx
Loading

0 comments on commit fb1bd9b

Please sign in to comment.