mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
update astro-config
This commit is contained in:
+1
-1
@@ -54,6 +54,6 @@ export default defineConfig({
|
|||||||
extendDefaultPlugins: true,
|
extendDefaultPlugins: true,
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
format: config.site.trailing_slash ? 'directory' : 'file'
|
format: "file",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astroplate",
|
"name": "astroplate",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"description": "Astro and Tailwindcss boilerplate",
|
"description": "Astro and Tailwindcss boilerplate",
|
||||||
"author": "zeon.studio",
|
"author": "zeon.studio",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user