Moved admin to /admin and created blank placeholder for v2 frontend

This commit is contained in:
Gabe Kangas
2022-04-19 19:57:27 -07:00
parent 75354527f6
commit 79bfa0145f
29 changed files with 323 additions and 281 deletions

View File

@@ -1,6 +1,5 @@
const withLess = require('next-with-less');
module.exports = withLess({
basePath: '/admin',
trailingSlash: true,
});