fixed nav added rest of routes

This commit is contained in:
specCon18 2024-02-17 01:43:36 -05:00
parent 3e32aa1bed
commit cfec34d133
126 changed files with 15133 additions and 25 deletions

View file

@ -1,4 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./templates/*.html'],
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
require('@tailwindcss/aspect-ratio'),
]
};