Skip to content

Commit

Permalink
Update base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Aug 8, 2024
1 parent 3116ce3 commit 2d75d0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/src/sample/groovy/sample.camelot.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ camelot {
trickMasterRole = 456
}

module(FilePreview) {
// auth = patAuthentication('ghp_')
}

module(CustomPings) {
pingThreadsChannel = 123
}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineUserConfig({

title: 'Camelot',
description: 'Documentation for the Camelot Discord bot',
base: '/camelot/',
base: '/Camelot/',

theme: defaultTheme({
logo: 'images/hero.png',
Expand Down

0 comments on commit 2d75d0a

Please sign in to comment.