I wanted to update the node version on one of my Astro projects hosted on Netlify and discovered there are 3 ways to do it: Using the UI You can go to Site configuration > Build & deploy > Continuous deployment > Dependency management and select the Node version you
CodeQueen
Latest
Previous Posts
$args = array( 'public' => true, // only load publicly visible taxonomies 'publicly_queryable' => true, // another check for public taxonomies '_builtin' => false, // excludes WordPress's built-in taxonomies (like category and post_tag) ); $taxonomies = get_taxonomies($args, 'objects'); $taxonomy_terms = array(); foreach
This post is an update to this post from Curiositry, I highly recommend you read that first. I tried his script to create this site with Ghost on Fly.io but ran into a few issues, here are my solutions. Error #1: The instructions for using MySQL v8 kept giving