fix: 🐛 wrong base url during build time
This commit is contained in:
parent
0bb53d9356
commit
c159d111bb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const IMAGE_TRANSFORM_OPTS = {
|
|||
}
|
||||
};
|
||||
|
||||
const BASE = env.ELEVENTY_PRODUCTION ? 'https://ref.sebin-nyshkim.net' : 'http://localhost:8080';
|
||||
const BASE = env.ELEVENTY_PRODUCTION ? 'https://ref-beta.sebin-nyshkim.net' : 'http://localhost:8080';
|
||||
|
||||
// source: https://notes.jays.net/blog/11ty/
|
||||
async function getImage(type, src, key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue