Changed Site Url
This commit is contained in:
parent
07d16b3264
commit
c54029809f
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ import { defineConfig } from 'astro/config';
|
|||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
sitemap: true,
|
||||
base: '/firq-ta-on-astro',
|
||||
base: '/fgosite',
|
||||
outDir: 'public',
|
||||
publicDir: 'static',
|
||||
site: 'https://firq.pages.neshweb.net/firq-ta-on-astro/'
|
||||
site: 'https://firq.pages.neshweb.net/fgosite/'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue