feat(F-141): completed feature
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
import type { NextConfig } from "next";
|
||||
import { dirname } from 'node:path';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const frontendRoot = dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
turbopack: {
|
||||
root: frontendRoot,
|
||||
},
|
||||
outputFileTracingRoot: frontendRoot,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ protocol: 'https', hostname: '**' },
|
||||
|
||||
Reference in New Issue
Block a user