Dont run Prod on localhost
This commit is contained in:
@@ -5,7 +5,8 @@ import node from '@astrojs/node';
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'server',
|
output: 'server',
|
||||||
adapter: node({
|
adapter: node({
|
||||||
host: 'fluttershub.com',
|
host: '0.0.0.0',
|
||||||
|
port: 4321, // default port for Astro SSR
|
||||||
mode: 'standalone', // bundles dependencies with output
|
mode: 'standalone', // bundles dependencies with output
|
||||||
}),
|
}),
|
||||||
integrations: [react()],
|
integrations: [react()],
|
||||||
|
|||||||
Reference in New Issue
Block a user