Use voiceAssistant components (#98)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user