Skip to content

Commit

Permalink
config: update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Aug 1, 2024
1 parent 7cff706 commit b1f6a54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/config/ru.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfigWithTheme } from 'vitepress'
import { nav, sidebar } from '../data/navigations'
import { packages } from '../../package-lock.json'

import * as config from '../config.json'

Expand Down Expand Up @@ -35,7 +36,7 @@ export const ru = defineConfigWithTheme({
outlineTitle: 'Оглавление',
footer: {
message: 'Содержание доступно <a href="/licence">по лицензии MIT</a>',
copyright: `${new Date().getFullYear()} ALT KDE Wiki, разработано на платформе <a href="//vitepress.dev/">VitePress 1.1.4</a>`
copyright: `${new Date().getFullYear()} ALT KDE Wiki, разработано на платформе <a href="//vitepress.dev/">VitePress ${packages['node_modules/vitepress'].version}</a>`
},
notFound: {
title: 'Страница не найдена',
Expand Down

0 comments on commit b1f6a54

Please sign in to comment.