Skip to content

Commit

Permalink
feat: fetch minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 23, 2021
1 parent ed91cf8 commit 2e5902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/notifications.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const state = () => ({
notifications: {
url:
'https://cdn.statically.io/gist/AlejandroAkbal/2fe43e0eee40be63d9b2a582b2793cf9/raw/app-notifications.json',
'https://cdn.statically.io/gist/AlejandroAkbal/2fe43e0eee40be63d9b2a582b2793cf9/raw/app-notifications.min.json',

data: undefined,

Expand Down

0 comments on commit 2e5902f

Please sign in to comment.