fix: set base correctly
This commit is contained in:
parent
f14ce94411
commit
ddedb7f960
1 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@ import { defineConfig } from 'astro/config';
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://ruds.io/site'
|
||||
site: 'https://ruds.io',
|
||||
base: '/site'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue