Compare commits
3 Commits
main
...
2026050208
| Author | SHA1 | Date | |
|---|---|---|---|
| 90a99fd061 | |||
|
|
de4d6320df | ||
|
|
807b9234f3 |
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
|
|||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
/* config options here */
|
/* config options here */
|
||||||
|
output: "export",
|
||||||
devIndicators: false,
|
devIndicators: false,
|
||||||
allowedDevOrigins: [process.env.NEXT_PUBLIC_ALLOWED_DEV_DOMAIN || "http://localhost:3000"],
|
allowedDevOrigins: [process.env.NEXT_PUBLIC_ALLOWED_DEV_DOMAIN || "http://localhost:3000"],
|
||||||
basePath: process.env.BASE_PATH || "",
|
basePath: process.env.BASE_PATH || "",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -76,7 +76,7 @@ export default function Home() {
|
|||||||
className="text-center mb-20"
|
className="text-center mb-20"
|
||||||
>
|
>
|
||||||
<h1 className="text-4xl font-bold tracking-tight sm:text-5xl lg:text-6xl">
|
<h1 className="text-4xl font-bold tracking-tight sm:text-5xl lg:text-6xl">
|
||||||
Welcome to Idea Guru
|
welcome to Idea Guru
|
||||||
</h1>
|
</h1>
|
||||||
<p className="mt-4 mx-auto max-w-2xl text-lg text-muted-foreground">
|
<p className="mt-4 mx-auto max-w-2xl text-lg text-muted-foreground">
|
||||||
A Next.js starter template with a curated tech stack
|
A Next.js starter template with a curated tech stack
|
||||||
|
|||||||
Reference in New Issue
Block a user