Skip to content

Commit 2b882e4

Browse files
authored
Merge pull request #287 from Sqrcz/chore/dependency-update-and-minor-fixes
chore: dependency update and minor fixes
2 parents d05fd83 + 2dc64dc commit 2b882e4

File tree

7 files changed

+3072
-6494
lines changed

7 files changed

+3072
-6494
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x]
15+
node-version: [18.x, 20.x]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717
steps:
1818
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node-version: [16.x]
30+
node-version: [18.x]
3131
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3232
steps:
3333
- uses: actions/checkout@v3
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
node-version: [16.x, 18.x]
45+
node-version: [18.x, 20.x]
4646
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
4747
steps:
4848
- uses: actions/checkout@v3
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
strategy:
5959
matrix:
60-
node-version: [ 16.x, 18.x ]
60+
node-version: [ 18.x, 20.x ]
6161
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
6262
steps:
6363
- uses: actions/checkout@v3

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function getTypography() {
9898
*/
9999
export default defineConfig({
100100
title: 'Flowbite Vue 3',
101-
cleanUrls: 'without-subfolders',
101+
cleanUrls: true,
102102
head: [
103103
['link', { rel: 'icon', type: 'image/svg', href: '/assets/logo.svg' }],
104104
[

0 commit comments

Comments
 (0)