mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
chore: make prettier ignore script folder when lint
This commit is contained in:
parent
9a4bd2f41f
commit
ea5dd35c7b
@ -1,6 +1,8 @@
|
|||||||
import { DefaultTheme } from 'vitepress/theme'
|
import { DefaultTheme } from 'vitepress/theme'
|
||||||
|
|
||||||
export const footer: DefaultTheme.Config['footer'] = {
|
export const footer: DefaultTheme.Config['footer'] = {
|
||||||
message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and ☕ by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code> <i class="fa fa-clock fa-xs fa-beat"></i>`,
|
message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and ☕ by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code>`,
|
||||||
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a> \n <span id="runtime_span"></span>`,
|
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a>
|
||||||
|
<br />
|
||||||
|
<span id="siteruntime_span"></span>`,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user