enable search
This commit is contained in:
@@ -7,6 +7,19 @@ export default defineConfig({
|
|||||||
srcDir: "src",
|
srcDir: "src",
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/var_logo.png",
|
logo: "/var_logo.png",
|
||||||
|
search: {
|
||||||
|
provider: "local",
|
||||||
|
},
|
||||||
|
lastUpdated: {
|
||||||
|
text: "Letzte Änderung",
|
||||||
|
formatOptions: {
|
||||||
|
year: "numeric",
|
||||||
|
month: "2-digit",
|
||||||
|
day: "2-digit",
|
||||||
|
hour: "2-digit",
|
||||||
|
minute: "2-digit",
|
||||||
|
},
|
||||||
|
},
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Startseite", link: "/" },
|
{ text: "Startseite", link: "/" },
|
||||||
|
|||||||
Reference in New Issue
Block a user