Skip to content

Commit

Permalink
docs: fix base url for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 22, 2024
1 parent 99ef2bb commit c70aa29
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## v1.5.5

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.5.4...v1.5.5)

### 🩹 Fixes

- Improve form class, fix #32 ([#32](https://github.com/zAlweNy26/ts-cat/issues/32))
- Correct error checking in url ingestion ([042334c](https://github.com/zAlweNy26/ts-cat/commit/042334c))

### 📖 Documentation

- Initialize docs with vitepress and typedoc ([fbd4401](https://github.com/zAlweNy26/ts-cat/commit/fbd4401))

### 🌊 Types

- Update types ([8294287](https://github.com/zAlweNy26/ts-cat/commit/8294287))

### 🏡 Chore

- Update error schema ([206b360](https://github.com/zAlweNy26/ts-cat/commit/206b360))
- Update parsers ([859bc1f](https://github.com/zAlweNy26/ts-cat/commit/859bc1f))
- Temporary fix messageInput schema ([cb64119](https://github.com/zAlweNy26/ts-cat/commit/cb64119))

### ❤️ Contributors

- Dany <[email protected]>

## v1.5.4

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.5.3...v1.5.4)
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
lastUpdated: true,
cleanUrls: true,
base: '/ts-cat/',
themeConfig: {
logo: {
dark: '/logo-dark.svg',
Expand Down

0 comments on commit c70aa29

Please sign in to comment.