mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 15:30:22 +08:00
11 lines
157 B
TypeScript
11 lines
157 B
TypeScript
![]() |
import type { NextConfig } from "next"
|
||
|
|
||
|
const nextConfig: NextConfig = {
|
||
|
images: {
|
||
|
unoptimized: true,
|
||
|
},
|
||
|
output: "export",
|
||
|
}
|
||
|
|
||
|
export default nextConfig
|