Skip to content

Commit fcdf0e7

Browse files
committed
Move to /docs directory
1 parent fbd1281 commit fcdf0e7

12 files changed

Lines changed: 3 additions & 2 deletions

File tree

.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5+
srcDir: './docs',
56
title: "EUC Pilots",
67
description: "This is your captain speaking.",
7-
head: [['link', { rel: 'icon', href: '/img/eucpilots2.png' }]],
8+
head: [['link', { rel: 'icon', href: '/eucpilots2.png' }]],
89
sitemap: {
910
hostname: 'https://eucpilots.github.io/'
1011
},
1112
cleanUrls: true,
12-
ignoreDeadLinks: true,
13+
// ignoreDeadLinks: true,
1314

1415
themeConfig: {
1516
// https://vitepress.dev/reference/default-theme-config

docs/img/eucpilots-512.png

171 KB
Loading

docs/img/eucpilots.png

737 KB
Loading
File renamed without changes.

docs/public/eucpilots2.png

247 KB
Loading

public/img/eucpilots-512.png

-89.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)