Skip to content

Commit

Permalink
Inline JS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Nov 12, 2023
1 parent 601551d commit 2f62602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions vitepress/.vitepress/rss.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { comparePublicationDate, isPublished } from './utils/frontmatter.mjs'
/** @todo: should come from .env */
const APP_URL = `https://blog.mehdi.cc`

/**
* @param {import('vitepress').SiteConfig} config
*/
/** @param {import('vitepress').SiteConfig} config */
export async function rss(config) {
/**
* https://www.rssboard.org/rss-profile
Expand Down
2 changes: 1 addition & 1 deletion vitepress/.vitepress/utils/frontmatter.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**@typedef {import('vitepress').ContentData} ContentData */
/** @typedef {import('vitepress').ContentData} ContentData */

/**
* Compare frontmatter publication date
Expand Down

0 comments on commit 2f62602

Please sign in to comment.