Skip to content

Commit

Permalink
Remove unused files, rename folder content to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 12, 2022
1 parent 3dd0fec commit e6f1642
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
13 changes: 0 additions & 13 deletions .env.example

This file was deleted.

2 changes: 0 additions & 2 deletions .env.production

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default ({ mode }) => {
Content(),
Markdown(),
Pages({
dirs: 'src/content',
dirs: 'src/pages',
extensions: ['vue', 'md'],
extendRoute(route) {
if (route.path === '/home') {
Expand Down

0 comments on commit e6f1642

Please sign in to comment.