Skip to content

Commit

Permalink
feat: remove sst adapter fom astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Nov 13, 2024
1 parent 9d80002 commit 7b30ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools-nodejs/vighnesh153-astro/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export default defineConfig({
format: "file",
},
output: "static",
adapter: aws({
deploymentStrategy: "static",
}),
// adapter: aws({
// deploymentStrategy: "static",
// }),
vite: {
build: {
sourcemap: isDevCommandRunning,
Expand Down

0 comments on commit 7b30ce7

Please sign in to comment.