Files
lynira/src/config/reservedSlugs.ts
Naomi Carrigan cc07a86807
All checks were successful
Node.js CI / Lint and Test (push) Successful in 46s
chore: robots.txt
2025-08-11 20:10:09 -07:00

15 lines
208 B
TypeScript

/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
export const reservedSlugs = [
"error",
"unsub",
"overlimit",
"404",
"favicon.ico",
"robots.txt",
];