diff --git a/docs/eleventy.config.cjs b/docs/eleventy.config.cjs index 2ec56dd..3cd85b2 100644 --- a/docs/eleventy.config.cjs +++ b/docs/eleventy.config.cjs @@ -28,7 +28,7 @@ module.exports = function (eleventyConfig) { // // Global data // - eleventyConfig.addGlobalData('baseUrl', 'https://ui.onsonr.dev/'); // the production URL + eleventyConfig.addGlobalData('baseUrl', 'https://nebulaui.org'); // the production URL eleventyConfig.addGlobalData('layout', 'default'); // make 'default' the default layout eleventyConfig.addGlobalData('toc', true); // enable the table of contents eleventyConfig.addGlobalData('meta', { @@ -74,7 +74,7 @@ module.exports = function (eleventyConfig) { if (!component) { throw new Error( `Unable to find a component called "${tagName}". Make sure the file name is the same as the component's tag ` + - `name (minus the sl- prefix).` + `name (minus the sl- prefix).` ); } return component; diff --git a/package.json b/package.json index d9ac0ac..1851089 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@onsonr/nebula", "description": "A specialized fork of Shoelace customized for the Sonr Network, focusing on cryptocurrency and blockchain interfaces.", "version": "0.0.10", - "homepage": "https://github.com/onsonr/nebula", + "homepage": "https://nebulaui.org", "author": "Prad ", "license": "MIT", "customElements": "dist/custom-elements.json", @@ -30,20 +30,19 @@ "cdn" ], "keywords": [ + "sonr network", + "cosmos kit", + "nebula", "web components", "custom elements", "components" ], "repository": { "type": "git", - "url": "git+https://github.com/onsonr/styles.git" + "url": "git+https://github.com/onsonr/nebula.git" }, "bugs": { - "url": "https://github.com/onsonr/styles/issues" - }, - "funding": { - "type": "individual", - "url": "https://github.com/sponsors/claviska" + "url": "https://github.com/onsonr/nebula/issues" }, "scripts": { "minify": "svgo --config=svgo.config.mjs -rf ./assets/sonr-icons/ -o ./assets/sonr-icons/",