Use voiceAssistant components (#98)

This commit is contained in:
lukasIO
2024-09-16 10:47:15 +02:00
committed by GitHub
parent 302afd8844
commit e2c3b8bf35
10 changed files with 2839 additions and 290 deletions

View File

@@ -1,6 +1,9 @@
const createNextPluginPreval = require("next-plugin-preval/config");
const withNextPluginPreval = createNextPluginPreval();
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
};
module.exports = nextConfig;
module.exports = withNextPluginPreval(nextConfig);