Skip to content

Commit

Permalink
fix: components path
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Dec 30, 2021
1 parent 66d8efd commit bc02754
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
config.consider_all_requests_local = false
config.action_controller.perform_caching = true

config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
config.public_file_server.enabled = true

# Mount Action Cable outside main process or domain
# config.action_cable.mount_path = nil
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1" name="viewport" />

<link href="public/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
</link>
<link href="public/favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
</link>
<link href="public/favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
</link>
<link href="public/manifest.webmanifest" rel="manifest">
<link href="manifest.webmanifest" rel="manifest">
</link>

<link color="#5bbad5" href="favicon/safari-pinned-tab.svg" rel="mask-icon">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@reach/tooltip": "^0.16.2",
"@standardnotes/features": "1.20.3",
"@standardnotes/sncrypto-web": "1.5.3",
"@standardnotes/snjs": "2.31.16",
"@standardnotes/snjs": "2.31.17",
"mobx": "^6.3.5",
"mobx-react-lite": "^3.2.2",
"preact": "^10.5.15",
Expand Down
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = (env, argv) => {
],
devServer: {
hot: 'only',
static: './',
static: './public',
port,
devMiddleware: {
writeToDisk: argv.writeToDisk,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2655,10 +2655,10 @@
buffer "^6.0.3"
libsodium-wrappers "^0.7.9"

"@standardnotes/[email protected].16":
version "2.31.16"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.31.16.tgz#3f7b6e9dd61974a98092c8c6560dc7c8628473d9"
integrity sha512-ZuXiADOCVMJSiqOJ5cp1xBzdycoobGJUi5KaP619ips63+r9wZpF99ACxTMUg3TTl1v3Kq0ZwtchBnEvKl6IGQ==
"@standardnotes/[email protected].17":
version "2.31.17"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.31.17.tgz#2b051d6aa75bdb3c249252eb672a6734b6a6ebf0"
integrity sha512-oCSC3sseS4aDPrM3rNzrsCjxJA5E0EOilIMBTODO7r3tEVtKzT0nJayYeIsu5lk/0LtoQO89mE4u2VRYJfZg/w==
dependencies:
"@standardnotes/auth" "3.8.1"
"@standardnotes/common" "1.2.1"
Expand Down

0 comments on commit bc02754

Please sign in to comment.