update astro-config

This commit is contained in:
somrat sorkar
2023-10-25 11:33:52 +06:00
parent 7aa8bf8b49
commit 5892b1e675
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ export default defineConfig({
extendDefaultPlugins: true,
},
build: {
format: config.site.trailing_slash ? 'directory' : 'file'
format: "file",
},
});
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "2.1.1",
"version": "2.1.2",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",