mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-25 02:41:27 +01:00
refactoring route names
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
'./templates/**/*'
|
||||
'./templates/**/*',
|
||||
'!./templates/email/**/*'
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
|
||||
Reference in New Issue
Block a user