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