Remove defunct projects page and update site url.
This commit is contained in:
@ -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
|
||||
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user