Initial commit from Create Next App

Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b
diff --git a/next.config.js b/next.config.js
new file mode 100644
index 0000000..767719f
--- /dev/null
+++ b/next.config.js
@@ -0,0 +1,4 @@
+/** @type {import('next').NextConfig} */
+const nextConfig = {}
+
+module.exports = nextConfig