8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
export const SITE = {
|
|
name: "AstroWind",
|
|
domain: "https://astrowind.vercel.app",
|
|
github: "https://github.com/onwidget/astrowind",
|
|
|
|
postsPerPage: 6,
|
|
};
|