Skip to content

Commit

Permalink
Merge pull request #287 from Sqrcz/chore/dependency-update-and-minor-…
Browse files Browse the repository at this point in the history
…fixes

chore: dependency update and minor fixes
  • Loading branch information
Sqrcz authored May 28, 2024
2 parents d05fd83 + 2dc64dc commit 2b882e4
Show file tree
Hide file tree
Showing 7 changed files with 3,072 additions and 6,494 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 18.x, 20.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function getTypography() {
*/
export default defineConfig({
title: 'Flowbite Vue 3',
cleanUrls: 'without-subfolders',
cleanUrls: true,
head: [
['link', { rel: 'icon', type: 'image/svg', href: '/assets/logo.svg' }],
[
Expand Down
Loading

0 comments on commit 2b882e4

Please sign in to comment.