Files
UAS-SIG-d1041231006/sistem-km-next/next.config.mjs
T
2026-06-10 19:36:52 +07:00

9 lines
153 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/sistem-km-next',
/* config options here */
};
export default nextConfig;