mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-23 12:43:08 +00:00
This commit is contained in:
parent
cf848b8ae1
commit
0ce81c111b
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
import { createRequire } from 'module';
|
||||
import { generateSitemap as sitemap } from "sitemap-ts";
|
||||
import { PageData, defineConfig } from "vitepress";
|
||||
|
||||
const require = createRequire(import.meta.url)
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
// remove trailing `.html`
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"vitepress": "1.0.0-rc.4",
|
||||
"vitepress-export-pdf": "1.0.0-beta.0"
|
||||
|
|
Loading…
Reference in a new issue