Skip to content

Commit bde5673

Browse files
committed
fix: Disqus username
1 parent 1a5bf5d commit bde5673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/.vuepress/config/head.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = [
6262
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com/' }],
6363
['link', { rel: 'preconnect', href: 'https://c.disquscdn.com/' }],
6464
['link', { rel: 'preconnect', href: 'https://disqus.com/' }],
65-
['link', { rel: 'preconnect', href: 'http://vue-a11y-test.disqus.com' }],
65+
['link', { rel: 'preconnect', href: 'https://vue-a11y.disqus.com' }],
6666
['link', { rel: 'preconnect', href: 'https://c.disquscdn.com/next/' }],
6767
['link', { rel: 'preconnect', href: 'https://links.services.disqus.com/api/' }],
6868
['link', { rel: 'preconnect', href: 'https://www.google-analytics.com/' }],

src/.vuepress/theme/layouts/Post.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default {
162162
}))
163163
164164
const disqus = {
165-
shortname: 'vue-a11y-test',
165+
shortname: 'vue-a11y',
166166
lazyConfig: {
167167
root: null,
168168
rootMargin: '1000px',

0 commit comments

Comments
 (0)