Files
campus-web/src/config.mjs
2022-08-17 22:42:37 -04:00

8 lines
159 B
JavaScript

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