1
Fork 0

Minify code

This commit is contained in:
KorbsStudio 2023-02-01 14:08:44 -05:00
parent 82fbea92b4
commit 0d0f567e29
No known key found for this signature in database

View file

@ -1,6 +1,2 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
srcDir: './astro',
outDir: './app',
});
import { defineConfig } from 'astro/config'
export default defineConfig({srcDir: './astro',outDir: './app'})