mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
Set project's build output to server
This commit is contained in:
parent
a13c231a19
commit
88793ee58d
@ -1,4 +1,6 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
output: 'server'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user