diff --git a/.env b/.env new file mode 100644 index 0000000..b83b8bf --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +NODE_ENV=staging + +API_KEY=SENSITIVE-VALUE-DATA +API_URL=SENSITIVE-VALUE-DATA diff --git a/js/index.js b/js/index.js index fcb9cf8..42f4bfe 100644 --- a/js/index.js +++ b/js/index.js @@ -1,7 +1,7 @@ const img = [ 'https://octodex.github.com/images/steroidtocat.png', 'https://octodex.github.com/images/megacat-2.png', - 'https://octodex.github.com/images/dodgetocat_v2.png', + 'https://octodex.github.com/images/xtocat.jpg', 'https://octodex.github.com/images/mcefeeline.jpg', 'https://octodex.github.com/images/ironcat.jpg', 'https://octodex.github.com/images/gracehoppertocat.jpg',