From 5892b1e675f459a5e8af3c5da30fe7964fe35d77 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Wed, 25 Oct 2023 11:33:52 +0600 Subject: [PATCH] update astro-config --- astro.config.mjs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index d91a40e..86cf500 100755 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -54,6 +54,6 @@ export default defineConfig({ extendDefaultPlugins: true, }, build: { - format: config.site.trailing_slash ? 'directory' : 'file' + format: "file", }, }); diff --git a/package.json b/package.json index cb51cee..6b82782 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "2.1.1", + "version": "2.1.2", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT",