Skip to content

Commit

Permalink
Move JSON defs for help features to assets (#2178)
Browse files Browse the repository at this point in the history
Follow-up for #2088.

I forgot that during review, let's do it now.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored Nov 19, 2023
1 parent 483e5dc commit f053166
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ export default {
data () {
return {
addons: [],
faqs: require('./help/help-faq-defs.json'),
qstart: require('./help/help-qstart-defs.json')
faqs: require('@/assets/definitions/help/help-faq-defs.json'),
qstart: require('@/assets/definitions/help/help-qstart-defs.json')
}
},
computed: {
Expand Down

0 comments on commit f053166

Please sign in to comment.