Skip to content

Commit

Permalink
Add cname to js.org (#592)
Browse files Browse the repository at this point in the history
Closes issue #384
  • Loading branch information
glen-cheney authored Nov 8, 2024
1 parent 80b3a89 commit 53d39d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const shuffleInstance = new Shuffle(document.getElementById('grid'), {

This project was inspired by [Isotope](http://isotope.metafizzy.co/) and [Packery](http://packery.metafizzy.co/).

[homepage]: https://vestride.github.io/Shuffle/
[homepage]: https://shuffle.js.org
[actions-img]: https://github.com/Vestride/Shuffle/actions/workflows/build.yml/badge.svg?branch=main
[npm-url]: https://www.npmjs.com/package/shufflejs
[npm-img]: https://img.shields.io/npm/v/shufflejs.svg
Expand Down
4 changes: 2 additions & 2 deletions apps/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { github: lightCodeTheme, dracula: darkCodeTheme } = themes;
export default {
title: 'Shuffle.js',
tagline: 'Categorize, sort, and filter a responsive grid of items',
url: 'https://vestride.github.io/',
baseUrl: '/Shuffle/',
url: 'https://shuffle.js.org/',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.png',
Expand Down
1 change: 1 addition & 0 deletions apps/website/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shuffle.js.org
2 changes: 1 addition & 1 deletion packages/shuffle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const shuffleInstance = new Shuffle(document.getElementById('grid'), {

This project was inspired by [Isotope](http://isotope.metafizzy.co/) and [Packery](http://packery.metafizzy.co/).

[homepage]: https://vestride.github.io/Shuffle/
[homepage]: https://shuffle.js.org
[actions-img]: https://github.com/Vestride/Shuffle/actions/workflows/build.yml/badge.svg?branch=main
[npm-url]: https://www.npmjs.com/package/shufflejs
[npm-img]: https://img.shields.io/npm/v/shufflejs.svg
Expand Down

0 comments on commit 53d39d3

Please sign in to comment.