UNPKG

create-coliapp

Version:

Create projects like colidev 🚀. Inspired by 'create-appncy' by @goncy

18 lines (15 loc) • 238 B
import type { NextConfig } from "next"; const nextConfig: NextConfig = { experimental: { viewTransition: true, }, images: { unoptimized: true, }, logging: { fetches: { fullUrl: true, }, }, }; export default nextConfig;