mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-12 17:43:02 +01:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
output: 'server'
|
|
});
|