mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 02:02:23 -05:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|