Add Categories and Tags with new configs

This commit is contained in:
prototypa
2022-08-30 11:37:19 -04:00
parent 4859dcee87
commit 49c6c5611b
26 changed files with 434 additions and 217 deletions

View File

@ -15,7 +15,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
export default defineConfig({
// Astro uses this full URL to generate your sitemap and canonical URLs in your final build
site: SITE.domain,
base: "/",
base: SITE.baseUrl,
output: "static",