feat: show at least n posts and configure last text
This commit is contained in:
@@ -19,6 +19,8 @@ export default ({ mode }: { mode: string }) => {
|
||||
process.env.VITE_APP_COPYRIGHT = articlesConfig['copyright']
|
||||
process.env.VITE_APP_RSS_LINK = articlesConfig['rss_link']
|
||||
process.env.VITE_APP_BACK_LINK = articlesConfig['back_link']
|
||||
process.env.VITE_APP_HOME_COUNT = articlesConfig['home_count'].toString()
|
||||
process.env.VITE_APP_PUBLISHED_ON = articlesConfig['published_on']
|
||||
|
||||
return defineConfig({
|
||||
plugins: [vue(), vueDevTools(), mdPlugin({ mode: [Mode.HTML] })],
|
||||
|
||||
Reference in New Issue
Block a user