setup
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
## Directory
|
||||
For the getting started guide, please refer to the [template documentation](https://new-ui.com/docs/templates/directory).
|
||||
# Directory
|
||||

|
||||
|
||||
An Astro directory template. [Getting started guide](https://new-ui.com/docs/templates/directory) (^0^)ノ
|
||||
|
||||
@@ -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()
|
||||
});
|
||||
Reference in New Issue
Block a user