fixed warnings and added archive sorting

This commit is contained in:
2023-02-11 16:20:59 -05:00
parent 6eb16e8937
commit 3acae2c81e
9 changed files with 90 additions and 5 deletions
+4
View File
@@ -1 +1,5 @@
import { defineConfig } from "astro/config";
export default defineConfig({
output: "server",
});