Skip to content

Alert dialog

Watch Tutorial

html
scss
import type { UserConfig } from "vitepress";

const config: UserConfig = {
  // ...
};

export default config;
js
/**
 * @type {import('vitepress').UserConfig}
 */
const config = {
  // ...
};

export default config;