mirror of
https://github.com/wah-su/mstickers.git
synced 2025-05-04 03:49:35 +05:00
REFACTOR: Generate Static Pages instead of ?id query param for sticker pack
This commit is contained in:
parent
5cb32a8681
commit
dfcddfc0cd
21 changed files with 2074 additions and 473 deletions
|
@ -1,6 +1,6 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./index.html"],
|
||||
content: ["./src/templates/**/*.{html,js}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue