feat: add customizable 'powered by' presets
This commit is contained in:
parent
28baacbf0d
commit
457fb93718
2 changed files with 35 additions and 1 deletions
|
@ -93,6 +93,10 @@ export const siteConfig = {
|
|||
// footer
|
||||
// yes you can write html safely here
|
||||
customFooter: '<i>I have no mouth, and I must SCREAM</i>',
|
||||
// the preset of the powered by text
|
||||
// defaults to 'Powered by Mercury', see PoweredBy.astro for more details
|
||||
// choose from 'default', 'withastro', 'plain', 'plainwithastro', 'formula', 'iconsonly' and 'none', any other value will be treated as 'default'
|
||||
poweredByPreset: '',
|
||||
// umami analytics
|
||||
// by enabling this, you can track the visitors of your site
|
||||
siteAnalytics: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue