feat: disable lastUpdated
This commit is contained in:
@@ -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"}],
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user