mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-16 21:16:49 +00:00
why is it case sensitive
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { defineConfig } from 'vitepress'
|
import { defineConfig } from 'vitepress'
|
||||||
|
|
||||||
const BASE = '/exiled-exchange-2/'
|
const BASE = '/Exiled-Exchange-2/'
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: 'Exiled Exchange 2',
|
title: 'Exiled Exchange 2',
|
||||||
@@ -22,13 +22,13 @@ export default defineConfig({
|
|||||||
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
|
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
|
||||||
appVersion: '0.1.0',
|
appVersion: '0.1.0',
|
||||||
github: {
|
github: {
|
||||||
releasesUrl: 'https://github.com/Kvan7/exiled-exchange-2/releases'
|
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
|
||||||
},
|
},
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{
|
{
|
||||||
text: 'GitHub',
|
text: 'GitHub',
|
||||||
color: '#181717',
|
color: '#181717',
|
||||||
link: 'https://github.com/Kvan7/exiled-exchange-2'
|
link: 'https://github.com/Kvan7/Exiled-Exchange-2'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
|||||||
Reference in New Issue
Block a user