New Files
This commit is contained in:
parent
91feb849fa
commit
b62ede67d4
63 changed files with 9798 additions and 0 deletions
9
astro.config.mjs
Normal file
9
astro.config.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
outDir: 'public',
|
||||
publicDir: 'static',
|
||||
base: '/firq-ta-on-astro',
|
||||
site: 'https://firq.gitlab.neshweb.net/firq-ta-on-astro/'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue