Banner img added. Format applied to whole project (html and md too)
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-02-15 20:53:26 +01:00
parent c25fbe6d72
commit 695b5cdd44
7 changed files with 72 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
import { defineConfig } from 'vite'
import { defineConfig } from "vite";
export default defineConfig({
base: '/',
})
base: "/",
});