Skip to content

Commit

Permalink
Merge pull request #17 from ButterCMS/feature/update-node-version
Browse files Browse the repository at this point in the history
feat: Update Nuxt to support Node LTS v22
  • Loading branch information
ViolanteCodes authored Jan 16, 2025
2 parents 939a6d6 + 7a3c3dc commit fe76f75
Show file tree
Hide file tree
Showing 4 changed files with 10,147 additions and 8,764 deletions.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { items, loading } = useMenuItems();
const {error} = useApiError()
const config = useRuntimeConfig();
const apiKeyExists = !!config.API_KEY
const apiKeyExists = !!config.public.API_KEY
onMounted(() => {
window.addEventListener("load", scrollToSection);
Expand Down
Loading

0 comments on commit fe76f75

Please sign in to comment.