Skip to content

Commit 3c6784e

Browse files
committed
Move img directory to public
1 parent 5261717 commit 3c6784e

8 files changed

Lines changed: 5 additions & 5 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
srcDir: 'docs',
5+
srcDir: './docs',
66
title: "EUC Pilots",
77
description: "This is your captain speaking.",
88
head: [['link', { rel: 'icon', href: '/eucpilots2.png' }]],

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero:
77
text: "This is your captain speaking."
88
tagline: End-user computing projects brought to you by stealthpuppy.
99
image:
10-
src: './img/eucpilots2.png'
10+
src: '/img/eucpilots2.png'
1111
alt: 'EUC Pilots'
1212
# actions:
1313
# - theme: brand
@@ -21,13 +21,13 @@ features:
2121
- title: Evergreen
2222
details: Enterprise automation for Windows apps and image management with the latest version and downloads for common Windows applications via PowerShell.
2323
icon:
24-
src: ./img/evergreenbulb.png
24+
src: /img/evergreenbulb.png
2525
- title: VcRedist
2626
details: PowerShell module for lifecycle management of the Microsoft Visual C++ Redistributables.
2727
icon:
28-
src: ./img/vcredist256.png
28+
src: /img/vcredist256.png
2929
- title: stealthpuppy
3030
details: Articles on end user computing, virtualisation, modern device management, enterprise mobility, & automation.
3131
icon:
32-
src: ./img/stealthpuppy.png
32+
src: /img/stealthpuppy.png
3333
---

0 commit comments

Comments
 (0)