|
@@ -10,12 +10,6 @@ const withPWA = require("next-pwa")({
|
|
*/
|
|
*/
|
|
const nextConfig = {
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
reactStrictMode: true,
|
|
- exportPathMap: async () => ({
|
|
|
|
- "/": { page: "/" },
|
|
|
|
- "/editor": { page: "/editor", query: { json: 'string' } },
|
|
|
|
- "/widget": { page: "/widget" },
|
|
|
|
- "/embed": { page: "/embed" },
|
|
|
|
- }),
|
|
|
|
};
|
|
};
|
|
|
|
|
|
module.exports = withPWA(nextConfig);
|
|
module.exports = withPWA(nextConfig);
|