Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Migration from astro to coolify
Browse files Browse the repository at this point in the history
  • Loading branch information
HerIsDia authored Jun 11, 2024
1 parent 0d6fc23 commit a864084
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ export default defineConfig({
}),
],
output: 'server',
adapter: vercel(),
adapter: node({
mode: "standalone"
})
});

0 comments on commit a864084

Please sign in to comment.