Skip to content

Commit

Permalink
Static export
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedArduino committed Jan 29, 2024
1 parent 1ac6b51 commit 9fd6057
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
unoptimized: true,
},
};

module.exports = nextConfig;
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import Layout from "../../components/Layout";
import getAppProps, { AppProps } from "../../components/WithAppProps";
import Layout from "../components/Layout";
import getAppProps, { AppProps } from "../components/WithAppProps";

const pageName = "Environment build variables";

Expand Down
1 change: 0 additions & 1 deletion src/pages/_environment/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/pages/auth/error/index.ts

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion src/pages/help/index.ts

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion src/pages/legal/index.ts

This file was deleted.

File renamed without changes.

0 comments on commit 9fd6057

Please sign in to comment.