Skip to content

Commit

Permalink
Remove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tfabritius committed Oct 29, 2024
1 parent 25af5e9 commit 71bfc73
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
39 changes: 0 additions & 39 deletions components/AppFooter.vue

This file was deleted.

1 change: 0 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const containerClass = ref<Array<string | { [key: string]: boolean }>>([
<div class="layout-main">
<slot />
</div>
<AppFooter />
</div>
</div>
</template>
Expand Down
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default defineNuxtConfig({

runtimeConfig: {
public: {
gitSha: process.env.GITHUB_SHA,
baseUrl: process.env.API_URL || 'https://api.portfolio-report.net/',
},
},
Expand Down

0 comments on commit 71bfc73

Please sign in to comment.