Skip to content

Commit

Permalink
Have a cool domain
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Dec 19, 2024
1 parent 9aad397 commit 7b03bda
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ $ npm install --save @swan-io/boxed

## Links

- 📘 [**Documentation**](https://swan-io.github.io/boxed)
- 📘 [**Documentation**](https://boxed.cool)
- ⚖️ [**License**](./LICENSE)
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/oceanicNext");

const url = "https://swan-io.github.io/boxed";
const url = "https://boxed.cool";

/** @type {import('@docusaurus/types').Config} */
module.exports = {
title: "Boxed",
tagline: "Essential building-blocks for functional & safe TypeScript code",
url: "https://swan-io.github.io",
baseUrl: "/boxed/",
url: "https://boxed.cool",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.png",
Expand Down
1 change: 1 addition & 0 deletions docs/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boxed.cool
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"description": "Utility types for functional TypeScript",
"author": "Matthias Le Brun <bloodyowl@swan.io>",
"homepage": "https://swan-io.github.io/boxed",
"homepage": "https://boxed.cool",
"repository": {
"type": "git",
"url": "https://github.com/swan-io/boxed.git"
Expand Down

0 comments on commit 7b03bda

Please sign in to comment.