this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at d1b693326728d4e2652c2ba65ac15b1b4e1c2b9f 4 lines 123 B view raw
1/** @type {import('tailwindcss').Config} */ 2module.exports = { 3 content: ["./**/*.html", "./**/*.templ", "./**/*.go"], 4};