initial commit

This commit is contained in:
zyachel 2022-04-17 17:54:23 +05:30
commit bf4ee2c3cf
54 changed files with 7101 additions and 0 deletions

13
utils/constants.js Normal file
View file

@ -0,0 +1,13 @@
////////////////////////////////////////////////////////
// EXPORTS
////////////////////////////////////////////////////////
// some routes are accidentally thought of as slug for answered question. filtering those here.
export const nonSlugRoutes = [
'favicon.ico',
'apple-touch-icon.png',
'favicon-32x32.png',
'favicon-16x16.png',
'safari-pinned-tab.svg',
'site.webmanifest',
];