mirror of
https://github.com/zoriya/yoshiki.git
synced 2026-06-05 11:29:41 +00:00
Cleanup example next project (switch to next 13 features)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for details.
|
||||
//
|
||||
|
||||
const withTM = require("next-transpile-modules")(["yoshiki"]);
|
||||
const path = require("path");
|
||||
|
||||
/**
|
||||
@@ -22,4 +21,4 @@ const nextConfig = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = withTM(nextConfig);
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user