Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
wuqianrui committed May 6, 2024
1 parent 6646854 commit 2c875d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div class="flex-row space-x-8 text-primary mx-6 my-4 border-teal-300">
<NuxtLink to="/docs/z-index" class="font-bold hover:bg-teal-300 rounded-xl">
<NuxtLink to="/docs-list" class="font-bold hover:bg-teal-300 rounded-xl">
Doc List
</NuxtLink>
<a href="https://www.vue0.dev/" target="_blank" class="text-primary hover:bg-teal-300 hover:font-bold rounded-xl">vue0 - shadcn's template</a>
Expand Down
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
export default defineNuxtConfig({
devtools: { enabled: true },
// settings outpage on docs folder
buildDir:'docs',
build:{
dir: 'docs'
},
// buildDir:'docs',
modules: [
"@nuxtjs/tailwindcss",
"shadcn-nuxt",
Expand Down
File renamed without changes.

0 comments on commit 2c875d5

Please # to comment.