Skip to content

Commit

Permalink
Content and basic styling
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed May 27, 2024
1 parent 17c7c55 commit 331b377
Show file tree
Hide file tree
Showing 11 changed files with 423 additions and 49 deletions.
9 changes: 7 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { defineConfig } from "astro/config";
import sitemap from "@astrojs/sitemap";
import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
site: "https://namesake.fyi",
integrations: [sitemap()],
});
integrations: [sitemap(), react()],
devToolbar: {
enabled: false
}
});
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@axe-core/playwright": "^4.9.1",
"@radix-ui/colors": "^3.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.8.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"typescript": "^5.4.5"
},
"devDependencies": {
Expand All @@ -24,6 +30,7 @@
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^9.3.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0"
"eslint-plugin-jsx-a11y": "^6.8.0",
"sass": "^1.77.2"
}
}
Loading

0 comments on commit 331b377

Please sign in to comment.