mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
Add back sitemap plugin
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { defineUserConfig, SidebarConfigArray } from "vuepress";
|
||||
import { defaultTheme } from "@vuepress/theme-default";
|
||||
import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";
|
||||
import { sitemapPlugin } from "vuepress-plugin-sitemap2";
|
||||
import codeCopyPlugin from "@snippetors/vuepress-plugin-code-copy";
|
||||
import { docsearchPlugin } from "@vuepress/plugin-docsearch";
|
||||
|
||||
@@ -320,6 +321,9 @@ export default defineUserConfig({
|
||||
googleAnalyticsPlugin({
|
||||
id: "UA-71160903-4",
|
||||
}),
|
||||
sitemapPlugin({
|
||||
hostname: "https://starship.rs",
|
||||
}),
|
||||
codeCopyPlugin(),
|
||||
docsearchPlugin({
|
||||
apiKey: "44118471f56286dcda7db941a043370d",
|
||||
|
||||
Reference in New Issue
Block a user