mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 09:27:09 +00:00
refactor: update project homepage and baseUrl
This commit is contained in:
parent
89dc8b386b
commit
9960335793
@ -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;
|
||||
|
13
package.json
13
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 <prad@sonr.io>",
|
||||
"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/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user