diff --git a/.gitignore b/.gitignore index 7d545b3..c6e0a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -89,7 +89,9 @@ out # Nuxt.js build / generate output .nuxt -dist +# TODO: Remove the dist folder again after merging +# This folder is only committed right now to allow for remote testing +#dist # Gatsby files .cache/ diff --git a/dist/LICENSE b/dist/LICENSE new file mode 100644 index 0000000..2aef855 Binary files /dev/null and b/dist/LICENSE differ diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000..4635a70 Binary files /dev/null and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map new file mode 100644 index 0000000..1f62f88 Binary files /dev/null and b/dist/index.js.map differ diff --git a/dist/sourcemap-register.js b/dist/sourcemap-register.js new file mode 100644 index 0000000..466141d Binary files /dev/null and b/dist/sourcemap-register.js differ