Skip to content

Commit

Permalink
Project: Set unique URL for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed May 15, 2024
1 parent c7252e6 commit c91aedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: home
---

<script src="{{ 'pako/dist/pako.js' | node_module_url }}"></script>
<script src="{{ 'js-base64/base64.js' | node_module_url }}"></script>
<script src="{{ 'pako/dist/pako.js' | node_module_url | relative_url }}"></script>
<script src="{{ 'js-base64/base64.js' | node_module_url | relative_url }}"></script>

{%- assign textarea_id = 'textarea' -%}
{%- capture textarea_placeholder -%}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"serve": "watchy --watch '_config.yml' --watch '_plugins/*.rb' -- bundle exec jekyll serve --trace"
"serve": "watchy --watch '_config.yml' --watch '_plugins/*.rb' -- bundle exec jekyll serve --trace --baseurl '/notepadtab.com'"
},
"dependencies": {
"js-base64": "*",
Expand Down

0 comments on commit c91aedd

Please sign in to comment.