Dark mode

This commit is contained in:
Max Lynch
2021-01-09 12:29:46 -06:00
parent b9e7b010ae
commit a1daf0926d
5 changed files with 235 additions and 44 deletions
+1 -10
View File
@@ -1,10 +1 @@
module.exports = {
async redirects() {
return [
{
source: '/*',
destination: '/',
},
];
},
};
module.exports = {};