mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-22 19:34:57 +00:00
Add deploy workflow
This commit is contained in:
parent
6a88af6864
commit
ea35f507b1
2 changed files with 45 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
site: 'https://Fuffy-Bean.github.io',
|
||||
// base: '/website',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue