nycki.net/_data/metadata.js

10 lines
274 B
JavaScript
Raw Normal View History

2024-12-14 03:15:58 +00:00
export const title = "nycki.net";
export const url = "https://nycki.net";
export const language = "en";
export const description = "nycki.net";
export const author = {
name: "Your Name Here",
email: "youremailaddress@example.com",
url: "https://example.com/about-me/"
};