Updated base path to /blog
This commit is contained in:
parent
65714609cc
commit
50f39ddebf
|
@ -7,8 +7,8 @@ import tailwind from '@astrojs/tailwind';
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://laforceit.com/blog', // ✅ Real production location
|
||||
base: '/blog', // ✅ Add this line
|
||||
site: 'https://laforceit.com/blog',
|
||||
base: '/blog',
|
||||
output: 'static',
|
||||
integrations: [
|
||||
mdx(),
|
||||
|
|
Loading…
Reference in New Issue