diff --git a/.gitignore b/.gitignore index 4a7f73a..142f292 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ .nitro .cache dist +public/api +public/imgs # Node dependencies node_modules diff --git a/README.md b/README.md index f5db2a2..3e650d7 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,4 @@ bun run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. +test diff --git a/app.vue b/app.vue index 77b178a..acd90ed 100644 --- a/app.vue +++ b/app.vue @@ -1,38 +1,30 @@ \ No newline at end of file diff --git a/components/Projects.vue b/components/Projects.vue index 5655a6f..aae282f 100644 --- a/components/Projects.vue +++ b/components/Projects.vue @@ -1,15 +1,12 @@