add placeholders for other doc pages

This commit is contained in:
MapleLeaf
2021-12-30 18:13:36 -06:00
parent a8aca507a5
commit 28fb487415
5 changed files with 31 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable unicorn/prefer-module */
// eslint-disable-next-line unicorn/prefer-module
module.exports = {
content: ["./app/**/*.{ts,tsx}"],
content: ["./app/**/*.{ts,tsx,md,mdx}"],
theme: {
fontFamily: {
sans: ["Rubik", "sans-serif"],