Skip to content

Commit 8d3dd2d

Browse files
authored
Update docmd.config.js
1 parent 06817d9 commit 8d3dd2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docmd/docmd.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
// Custom JavaScript Files
4646
customJs: [ // Array of paths to custom JS files, loaded at end of body
4747
// '/assets/js/custom-script.js', // Paths relative to outputDir root
48-
'/assets/js/docmd-image-lightbox.js', // Image lightbox functionality
48+
// '/assets/js/docmd-image-lightbox.js', // Image lightbox functionality
4949
],
5050

5151
// Content Processing
@@ -148,14 +148,14 @@ module.exports = {
148148

149149
// Sponsor Ribbon Configuration
150150
Sponsor: {
151-
enabled: false,
151+
enabled: true,
152152
title: 'Sponsor',
153153
link: 'https://github.com/sponsors/mgks',
154154
},
155155

156156
// Footer Configuration
157157
// Markdown is supported here.
158-
footer: '© ' + new Date().getFullYear() + ' Project.',
158+
footer: '© ' + new Date().getFullYear() + ' Smart WebView Project.',
159159

160160
// Favicon Configuration
161161
// Path relative to outputDir root

0 commit comments

Comments
 (0)