Skip to content

Commit

Permalink
feat: disable lastUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
Chank1e committed Jul 23, 2022
1 parent c317bce commit bb62016
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function getUtils() {
*/
export default defineConfig({
title: 'Flowbite Vue 3',
lastUpdated: true,
head: [
['link', { rel: "icon", type: "image/svg", href: "/assets/logo.svg"}],
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"dev": "vitepress dev docs",
"start": "vitepress serve docs --port $PORT",
"start": "vitepress serve docs --port 5000",
"build": "vitepress build docs && cp -r ./docs/assets/* ./docs/.vitepress/dist/assets/",
"build:package": "vite build",
"build:types": "vue-tsc --declaration --emitDeclarationOnly",
Expand Down
4 changes: 1 addition & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { resolve } from 'path'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue({
isProduction: false,
})],
plugins: [vue()],
resolve: {
alias: {
'@': resolve(__dirname, './src'),
Expand Down

0 comments on commit bb62016

Please sign in to comment.