allow dist folders to load via cdnjs

This commit is contained in:
minimo-io 2024-04-26 14:16:23 -03:00
parent a89d03abb2
commit f509cfc67e
4 changed files with 2139 additions and 4 deletions

4
.gitignore vendored
View File

@ -11,9 +11,9 @@ Gemfile.lock
# Jekyll cache
.jekyll-cache
_site
**/dist/index.html
build
dist
# RubyGems
*.gem

View File

@ -8,8 +8,6 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files

View File

@ -0,0 +1 @@
#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.npub-form.svelte-163zan3 input[type=text].svelte-163zan3{padding:5px;width:50%}

File diff suppressed because one or more lines are too long