UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1429088f authored by graham.smith's avatar graham.smith Committed by Baban Faraj
Browse files

use relative image paths in Resources.vue

parent df20ab86
No related branches found
No related tags found
1 merge request!138use relative image paths in Resources.vue
......@@ -58,7 +58,7 @@
class="pt-2 pb-8"
>
<template v-slot:content>
Check out hot topics and presentation slides from previous AMAs
Check out hot topics and presentation slides from previous AMA's
currently available on software.af.mil
</template>
</ResourcesCard>
......@@ -256,7 +256,6 @@ export default {
bigBangLinks: [
{
name: "Licensing Expectations",
icon: "link",
download: false,
path: "https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/master/docs/understanding_bigbang/licensing_expectations.md",
......@@ -324,7 +323,7 @@ export default {
name: "Iron Bank Pipeline",
icon: "link",
download: false,
path: "https://p1.dso.mil/img/IBVS_pipeline.5387a502.png",
path: require("@/assets/images/iron-bank/IBVS_pipeline.png"),
},
{
name: "Onboarding Guide",
......@@ -341,7 +340,6 @@ export default {
},
{
name: "Onboarding Presentation",
icon: "pdf",
download: true,
selector: "download",
......@@ -351,13 +349,12 @@ export default {
name: "Pulling Containers",
icon: "link",
download: false,
path: "https://p1.dso.mil/img/IBVS_registry1_process.822d1b39.png",
path: require("@/assets/images/iron-bank/IBVS_registry1_process.png"),
},
],
partyBusLinks: [
{
name: "CI/CD cATO Services",
icon: "link",
download: false,
path: "/products/party-bus/service-catalog",
......@@ -365,10 +362,9 @@ export default {
},
{
name: "PB Process",
icon: "link",
download: false,
path: "/img/Party_Bus_Graphics_Process.d6c8fc0f.png",
path: require("@/assets/images/party-bus/Party_Bus_Graphics_Process.png"),
relativeURL: true,
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment