diff --git a/gatsby-config.js b/gatsby-config.js index 4ff3f0fc..73c8547c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,9 +1,9 @@ module.exports = { siteMetadata: { - siteUrl: `https://hpcng.github.io/warewulf-web/`, + siteUrl: `https://warewulf.org`, title: `Warewulf`, description: `A stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.`, - author: `@ressonix`, + author: `@warewulf`, }, plugins: [ `gatsby-plugin-react-helmet`, diff --git a/package.json b/package.json index 171bece5..0c2d8ee0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "license": "MIT", "scripts": { "build": "gatsby build", - "deploy": "gh-pages -t -d public -r git@github.com:hpcng/warewulf-web.git", + "deploy": "gh-pages -t -d public -r git@github.com:warewulf/warewulf.org.git", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,json,md}\"", "start": "npm run develop", diff --git a/src/components/footer.js b/src/components/footer.js index a98c70e4..7eecc347 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -25,7 +25,7 @@ const Footer = () => { ))} -
© 2021 HPCng. All rights reserved.
+© 2023 Warewulf developers. All rights reserved.
); diff --git a/src/components/header.js b/src/components/header.js index 47c1e2b1..5539516a 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -54,7 +54,7 @@ function Header({ siteTitle }) {