Add support for less variables and using a custom theme
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports = {
|
||||
basePath: "/admin",
|
||||
const withLess = require('next-with-less');
|
||||
|
||||
module.exports = withLess({
|
||||
basePath: '/admin',
|
||||
trailingSlash: true,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user