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",