Browse Source

update folder structure

AykutSarac 2 năm trước cách đây
mục cha
commit
d5db8a2df0
4 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      next.config.js
  2. 0 0
      src/pages/editor.tsx
  3. 0 0
      src/pages/embed.tsx
  4. 0 0
      src/pages/widget.tsx

+ 0 - 6
next.config.js

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

+ 0 - 0
src/pages/Editor/index.tsx → src/pages/editor.tsx


+ 0 - 0
src/pages/Embed/index.tsx → src/pages/embed.tsx


+ 0 - 0
src/pages/Widget/index.tsx → src/pages/widget.tsx