ezhik.

Veil Browser

Прототип
GitHub ↗ Скачать ZIP
next.config.ts133 B · typescriptraw
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  /* config options here */
};

export default nextConfig;