// Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. export const SITE_TITLE = "vixalien's site"; export const SITE_DESCRIPTION = "Welcome to my website!"; export const AUTHOR = "vixalien"; export const PUBLISH_YEAR = new Date().getFullYear();