Files
lti-web-client/next.config.ts
ValdiANS 2e1b0fef2b init
2025-09-26 11:06:31 +07:00

9 lines
158 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
output: 'export',
images: { unoptimized: true },
};
export default nextConfig;