From 1e67c6bc7fe501ad3ab0ca0cdbb20249e47d6dc5 Mon Sep 17 00:00:00 2001 From: planetabhi Date: Sun, 1 Sep 2024 18:28:53 +0530 Subject: [PATCH] setup --- README.md | 5 +++-- astro.config.mjs | 6 ++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 651be32..9715c8c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -## Directory -For the getting started guide, please refer to the [template documentation](https://new-ui.com/docs/templates/directory). +# Directory +![Directory Preview](https://new-ui.com/assets/images/templates/preview-directory.png) +An Astro directory template. [Getting started guide](https://new-ui.com/docs/templates/directory) (^0^)ノ diff --git a/astro.config.mjs b/astro.config.mjs index 8d08aa6..e55d6a8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -2,11 +2,9 @@ import { defineConfig } from 'astro/config'; import react from "@astrojs/react"; import netlify from "@astrojs/netlify"; - -// https://astro.build/config export default defineConfig({ integrations: [react()], - //output: "server", - //adapter: netlify() + output: "server", + adapter: netlify() }); \ No newline at end of file