Use the rel-scraper package
This commit is contained in:
parent
dbdaf7da61
commit
750452bd4e
|
|
@ -12,6 +12,7 @@
|
||||||
"micropub-helper": "^1.4.0",
|
"micropub-helper": "^1.4.0",
|
||||||
"moment": "^2.22.2",
|
"moment": "^2.22.2",
|
||||||
"node-sass": "^4.9.3",
|
"node-sass": "^4.9.3",
|
||||||
|
"rel-scraper": "github:grantcodes/rel-scraper",
|
||||||
"vue": "^2.5.17",
|
"vue": "^2.5.17",
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
"vuex": "^3.0.1"
|
"vuex": "^3.0.1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<script>
|
<script>
|
||||||
import Micropub from 'micropub-helper';
|
import Micropub from 'micropub-helper';
|
||||||
import helper from '@/helpers';
|
import helper from '@/helpers';
|
||||||
import relScraper from '@/helpers/rel-scraper'
|
import relScraper from 'rel-scraper'
|
||||||
|
|
||||||
const CLIENT_ID = 'https://p83.nl/'
|
const CLIENT_ID = 'https://p83.nl/'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user