feat: setup database-driven admin user management
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
|
||||
export default function manifest(): MetadataRoute.Manifest {
|
||||
return {
|
||||
name: "Kite Beach Akyaka",
|
||||
short_name: "Kite Beach",
|
||||
description: "Nehrin huzuru, denizin enerjisi — tek bir noktada.",
|
||||
start_url: "/tr",
|
||||
display: "standalone",
|
||||
background_color: "#0E1A24",
|
||||
theme_color: "#0D3D50",
|
||||
icons: [
|
||||
{ src: "/logo.png", sizes: "any", type: "image/png" },
|
||||
],
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user