Add & use src/config.mjs file
This commit is contained in:
7
src/config.mjs
Normal file
7
src/config.mjs
Normal file
@ -0,0 +1,7 @@
|
||||
export const SITE = {
|
||||
name: "AstroWind",
|
||||
domain: "https://astrowind.vercel.app",
|
||||
github: "https://github.com/onwidget/astrowind",
|
||||
|
||||
postsPerPage: 6,
|
||||
};
|
Reference in New Issue
Block a user