Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
update url path
Browse files Browse the repository at this point in the history
  • Loading branch information
chippers committed Mar 26, 2020
1 parent 0c483e3 commit 0ff390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.js
Expand Up @@ -6,7 +6,7 @@ const imageSize = require('image-size');
const recursive = require('recursive-readdir');
const fs = Promise.promisifyAll(require('fs-extra'));

const base_url = 'https://catsaretasty.github.io/';
const base_url = 'https://catsaretasty.github.io/emotes/';

const output_dir = './public/';

Expand Down

0 comments on commit 0ff390c

Please sign in to comment.