Skip to content

Commit 19b1bab

Browse files
committed
build: tweaks
1 parent 14e75e3 commit 19b1bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you are using [`mql`](https://github.com/microlinkhq/mql), setup it as `endpo
2727
const mql = require('@microlink/mql')
2828

2929
mql('https://microlink.io', {
30-
endpoint: 'https://proxy.now.sh'
30+
endpoint: 'https://edge-proxy.microlink.io'
3131
})
3232
```
3333

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
return [
44
{
55
source: '/favicon.ico',
6-
destination: 'https://microlink.io/favicon.ico'
6+
destination: 'https://cdn.microlink.io/logo/trim.png'
77
},
88
{
99
source: '/:path*',

0 commit comments

Comments
 (0)