izradena poslovna logika
This commit is contained in:
6
astro.config.mjs
Normal file
6
astro.config.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import preact from '@astrojs/preact';
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [preact()]
|
||||
});
|
||||
Reference in New Issue
Block a user