Skip to content

Commit

Permalink
Add move pages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 15, 2022
1 parent acdbea9 commit d71ddba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions src/pages/home.md → pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ project: Your project

</div>
</div>

<script setup>
import AutocompleteOtu from '@/components/Autocomplete/AutocompleteOtu.vue'
</script>
9 changes: 4 additions & 5 deletions src/components/Autocomplete/Autocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@
pl-10
text-gray-900
bg-gray-50
dark:bg-slate-700
dark:text-white
dark:bg-slate-800
rounded-md
border
dark:border-gray-800
border-gray-300
dark:border-gray-800
sm:text-sm
dark:text-white
dark:border-slate-700
border-gray-300
dark:placeholder:text-white
focus:ring-primary-500
focus:border-primary-500"
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default ({ mode }) => {
Content(),
Markdown(),
Pages({
dirs: 'src/pages',
dirs: 'pages',
extensions: ['vue', 'md'],
extendRoute(route) {
if (route.path === '/home') {
Expand Down

0 comments on commit d71ddba

Please sign in to comment.