Remove defunct projects page and update site url.

This commit is contained in:
2023-12-04 19:06:22 +13:00
parent cdc107dcbc
commit a649ce44c3
7 changed files with 17 additions and 63 deletions

View File

@ -1,11 +0,0 @@
const projectsData = [
{
title: 'BBQ and Kubernetes deployments',
description: `Who knew that BBQing had so much to do with deploying containers
to Kubernetes clusters?`,
imgSrc: '/static/images/google.png',
href: '/workshop/bbq-and-kubernetes',
},
]
export default projectsData

View File

@ -4,7 +4,7 @@ const siteMetadata = {
headerTitle: 'Red Hat',
description: 'Red Hat OpenShift Application Delivery Workshop',
language: 'en-us',
siteUrl: 'https://oadw.rhdemo.win',
siteUrl: 'https://jmhbnz.github.io/ocp-app-delivery-workshop',
siteRepo: 'https://github.com/jmhbnz/ocp-app-delivery-workshop',
siteLogo: '/static/images/redhat.png',
image: '/static/images/avatar.png',