Updated files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { NextConfig } from "next";
|
||||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
experimental: {
|
||||
useCache: true
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export default nextConfig;
|
||||
export default nextConfig
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center bg-background">
|
||||
<div className="text-center space-y-4">
|
||||
<div className="flex justify-center items-center min-h-screen bg-background">
|
||||
<div className="space-y-4 text-center">
|
||||
<h1 className="text-4xl font-bold text-foreground">
|
||||
Linker
|
||||
</h1>
|
||||
<p className="text-lg text-muted-foreground max-w-md">
|
||||
<p className="max-w-md text-lg text-muted-foreground">
|
||||
Transform long URLs into short, shareable links. Perfect for social media, emails, and anywhere you need clean, manageable links.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user