generated from christian-luntok/bent-o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ts
13 lines (12 loc) · 943 Bytes
/
config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.
import { Site } from "./types";
export const SITE: Site = {
siteUrl: "https://www.bento.chrstnl.com/", // Always put "/" at the end of the URL
author: "chrstnl",
desc: "Welcome to Bent-o, A bento theme made for you!",
title: "Bent-o - NextJS Template",
ogImage: "https://www.chrstnl.com/oggraph-image.png",
keywords:
"NextJS, NextJS Templates, TailwindCSS, Premium NextJS and Tailwind CSS Templates, NextJS and TailwindCSS Templates, NextJS Boilerplate template, NextJS Boilerplate, Premium NextJS and TailwindCSS Templates, Premium NextJS and Tailwind CSS Themes, NextJS and Tailwind CSS Boilerplate, Premium NextJS and Tailwind CSS themes, nextjs themes, tailwind templates, NextJS themes, Personal portfolio, landing page, page template, developer portfolio, designer portfolio"
};