recipe/packages/create/template/blog/config/en/config.ts

16 lines
301 B
TypeScript
Raw Permalink Normal View History

2024-08-18 19:16:25 +08:00
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
base: "/",
lang: "en-US",
title: "Blog Demo",
description: "A blog demo for vuepress-theme-hope",
theme,
// Enable it with pwa
// shouldPrefetch: false,
});