Refactor
This commit is contained in:
+7
-9
@@ -1,16 +1,14 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from "astro/config";
|
||||
import vue from "@astrojs/vue";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import astroHaloThemeIntegration from "@halo-dev/astro-halo-theme-integration";
|
||||
|
||||
// https://astro.build/config
|
||||
import vue from "@astrojs/vue";
|
||||
|
||||
export default defineConfig({
|
||||
integrations: [vue(), tailwind(), astroHaloThemeIntegration()],
|
||||
outDir: "./templates",
|
||||
base: "/themes/astro-starter",
|
||||
build: {
|
||||
assets: "assets",
|
||||
format: "file",
|
||||
},
|
||||
server: {
|
||||
port: 4000,
|
||||
},
|
||||
outDir: "./templates",
|
||||
integrations: [vue()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user