Alert dialog
html
scss
import type { UserConfig } from "vitepress";
const config: UserConfig = {
// ...
};
export default config;js
/**
* @type {import('vitepress').UserConfig}
*/
const config = {
// ...
};
export default config;