diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-29 19:01:20 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-29 19:01:20 +0300 |
commit | 8e4163e3f08e29f38fe87c59d8cfb91e0fa98063 (patch) | |
tree | 2b117f4bafa0a4d10252eef95ca868a247a081a1 /astro.config.mjs | |
parent | 9d952483f250a97cbeab4061fa1c4e68341b330f (diff) |
everything works
Diffstat (limited to 'astro.config.mjs')
-rw-r--r-- | astro.config.mjs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 7ea90a0..ad9948e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,12 +1,11 @@ import { defineConfig } from 'astro/config'; -import deno from '@astrojs/deno'; +//import deno from '@astrojs/deno'; import node from '@astrojs/node'; -import svelte from "@astrojs/svelte"; // https://astro.build/config export default defineConfig({ output: 'server', adapter: node(), - integrations: [svelte()] + integrations: [] });
\ No newline at end of file |