feat: CI-CD front (#2)
All checks were successful
Build Docker Image / run (push) Successful in 22s
All checks were successful
Build Docker Image / run (push) Successful in 22s
Reviewed-on: #2
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import node from '@astrojs/node';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
@ -13,8 +14,8 @@ export default defineConfig({
|
||||
port: 3000
|
||||
},
|
||||
trailingSlash: 'never',
|
||||
output: 'static', //'server',
|
||||
// adapter: node({
|
||||
// mode: 'standalone'
|
||||
// }),
|
||||
output: 'server',
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
}),
|
||||
});
|
||||
|
Reference in New Issue
Block a user