Add Categories and Tags with new configs
This commit is contained in:
@ -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",
|
||||
|
||||
|
Reference in New Issue
Block a user