Add about page

This commit is contained in:
Jakob Kordež
2024-06-30 10:57:02 +02:00
parent dbf41a9a46
commit 58e5a6ac2b
6 changed files with 155 additions and 5 deletions

View File

@ -1,8 +1,10 @@
import typography from '@tailwindcss/typography';
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
plugins: [typography]
};