Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed Jul 18, 2024
2 parents 61c591c + 2857512 commit 878c2ce
Show file tree
Hide file tree
Showing 8 changed files with 400 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ module.exports = function (eleventyConfig) {
registerExtensions(eleventyConfig);

return {
pathPrefix: "/spruce-documentation/",
pathPrefix: "/",
dir: {
input: "src/pages",
}
}
};
};
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
developer.spruce.bot
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/footerLinks.json5
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
bottomRow:
{
links: [
{ title: "sprucelabsai", url: "https://sprucelabsai.github.io/spruce-documentation/", image: { url: "/assets/img/logos/sprucebot.png" }, class:"sp-logo" },
{ title: "sprucelabsai", url: "https://developer.spruce.bot", image: { url: "/assets/img/logos/sprucebot.png" }, class:"sp-logo" },
{
type: "icon-list",
class: "icon-list",
Expand Down
Loading

0 comments on commit 878c2ce

Please sign in to comment.