mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-12 13:27:41 +00:00
init astro static
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: 'static'
|
||||
});
|
||||
Reference in New Issue
Block a user