mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-24 16:28:57 +00:00
init astro static
This commit is contained in:
6
astro/static/astro.config.mjs
Normal file
6
astro/static/astro.config.mjs
Normal file
@@ -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