Added router, added home and 404 page, added icons as svg file, added header and footer component, added tailwind

This commit is contained in:
2025-01-28 15:50:35 +01:00
parent a8acff817b
commit 8994ec306a
27 changed files with 2877 additions and 108 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: [
(await import('@tailwindcss/postcss7-compat')).default,
(await import('autoprefixer')).default
],
};