init commit

This commit is contained in:
Stanislaw
2023-10-23 02:08:37 +02:00
parent a7298f930a
commit f24f70b59c
11 changed files with 1145 additions and 472 deletions

View File

@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
transpilePackages: ["three"],
};
module.exports = nextConfig
module.exports = nextConfig;