init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// Если вы хотите явно указать, что используете App Router:
|
||||
experimental: { },
|
||||
|
||||
// Разрешённые origin для дев-сборки:
|
||||
};
|
||||
|
||||
// module.exports = nextConfig;
|
||||
module.exports = {
|
||||
allowedDevOrigins: ['local-origin.dev', '*.local-origin.dev', 'localhost', '192.168.219.114', 'localhost:3000', '192.168.219.114:3000'],
|
||||
}
|
||||
Reference in New Issue
Block a user