w3bdesign/nuxtjs-woocommerce

.env PUBLIC_ALGOLIA_INDEX_NAME

colingell opened this issue · 1 comments

In the example .env.example file it has the constant ALGOLIA_INDEX_NAME
but the code uses PUBLIC_ALGOLIA_INDEX_NAME in the nuxt.config.js file

This had me stuck for a bit with a "Index Name is not valid" message and think it might benefit some others if you put a fix in for this

Thanks @colingell

Resolved in #1201