Skip to content

Commit

Permalink
add netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Emehado committed Jan 13, 2024
1 parent a421214 commit be4738c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import tailwind from "@astrojs/tailwind";
import htmx from "astro-htmx";
import node from "@astrojs/node";

import netlify from "@astrojs/netlify";

// https://astro.build/config
export default defineConfig({
site: "https://emehado.github.io",
base: "/astro-htmx",
integrations: [tailwind(), htmx()],
output: "server",
adapter: node({
mode: "standalone",
}),
adapter: netlify(),
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^4.1.1",
"@astrojs/node": "^7.0.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.1.2",
Expand Down
47 changes: 47 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit be4738c

Please sign in to comment.