Cleanup example next project (switch to next 13 features)

This commit is contained in:
Zoe Roux
2023-01-09 18:09:25 +09:00
parent f0686317c8
commit 63076eb1fd
5 changed files with 64 additions and 47 deletions
+1 -2
View File
@@ -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;