Add deploy workflow

This commit is contained in:
Michał Gdula 2024-05-23 20:16:11 +01:00
parent 6a88af6864
commit ea35f507b1
2 changed files with 45 additions and 1 deletions

View file

@ -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',
});