enable search
This commit is contained in:
@@ -7,6 +7,19 @@ export default defineConfig({
|
||||
srcDir: "src",
|
||||
themeConfig: {
|
||||
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
|
||||
nav: [
|
||||
{ text: "Startseite", link: "/" },
|
||||
|
||||
Reference in New Issue
Block a user