Add & use src/config.mjs file

This commit is contained in:
prototypa
2022-08-17 22:42:37 -04:00
parent a79dac6458
commit a3a9e5dfae
2 changed files with 13 additions and 3 deletions

7
src/config.mjs Normal file
View File

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