diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-30 11:44:09 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-30 11:44:09 +0300 |
commit | 53b568e99f4a5f7ac5d1d0bc5f5acb02f85c5c48 (patch) | |
tree | 8157fe2d842674279d7dca469a0d6bd628447226 /astro.config.mjs | |
parent | 2b1828620b05a708bb538790a44bafcf153a060e (diff) |
clean some
Diffstat (limited to 'astro.config.mjs')
-rw-r--r-- | astro.config.mjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index ad9948e..1b0ab48 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,6 +1,5 @@ import { defineConfig } from 'astro/config'; -//import deno from '@astrojs/deno'; import node from '@astrojs/node'; // https://astro.build/config |