fix: components path
This commit is contained in:
@@ -26,7 +26,7 @@ Rails.application.configure do
|
|||||||
config.consider_all_requests_local = false
|
config.consider_all_requests_local = false
|
||||||
config.action_controller.perform_caching = true
|
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
|
# Mount Action Cable outside main process or domain
|
||||||
# config.action_cable.mount_path = nil
|
# config.action_cable.mount_path = nil
|
||||||
|
|||||||
@@ -9,13 +9,13 @@
|
|||||||
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<link href="public/manifest.webmanifest" rel="manifest">
|
<link href="manifest.webmanifest" rel="manifest">
|
||||||
</link>
|
</link>
|
||||||
|
|
||||||
<link color="#5bbad5" href="favicon/safari-pinned-tab.svg" rel="mask-icon">
|
<link color="#5bbad5" href="favicon/safari-pinned-tab.svg" rel="mask-icon">
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
"@reach/tooltip": "^0.16.2",
|
"@reach/tooltip": "^0.16.2",
|
||||||
"@standardnotes/features": "1.20.3",
|
"@standardnotes/features": "1.20.3",
|
||||||
"@standardnotes/sncrypto-web": "1.5.3",
|
"@standardnotes/sncrypto-web": "1.5.3",
|
||||||
"@standardnotes/snjs": "2.31.16",
|
"@standardnotes/snjs": "2.31.17",
|
||||||
"mobx": "^6.3.5",
|
"mobx": "^6.3.5",
|
||||||
"mobx-react-lite": "^3.2.2",
|
"mobx-react-lite": "^3.2.2",
|
||||||
"preact": "^10.5.15",
|
"preact": "^10.5.15",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ module.exports = (env, argv) => {
|
|||||||
],
|
],
|
||||||
devServer: {
|
devServer: {
|
||||||
hot: 'only',
|
hot: 'only',
|
||||||
static: './',
|
static: './public',
|
||||||
port,
|
port,
|
||||||
devMiddleware: {
|
devMiddleware: {
|
||||||
writeToDisk: argv.writeToDisk,
|
writeToDisk: argv.writeToDisk,
|
||||||
|
|||||||
@@ -2655,10 +2655,10 @@
|
|||||||
buffer "^6.0.3"
|
buffer "^6.0.3"
|
||||||
libsodium-wrappers "^0.7.9"
|
libsodium-wrappers "^0.7.9"
|
||||||
|
|
||||||
"@standardnotes/snjs@2.31.16":
|
"@standardnotes/snjs@2.31.17":
|
||||||
version "2.31.16"
|
version "2.31.17"
|
||||||
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.31.16.tgz#3f7b6e9dd61974a98092c8c6560dc7c8628473d9"
|
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.31.17.tgz#2b051d6aa75bdb3c249252eb672a6734b6a6ebf0"
|
||||||
integrity sha512-ZuXiADOCVMJSiqOJ5cp1xBzdycoobGJUi5KaP619ips63+r9wZpF99ACxTMUg3TTl1v3Kq0ZwtchBnEvKl6IGQ==
|
integrity sha512-oCSC3sseS4aDPrM3rNzrsCjxJA5E0EOilIMBTODO7r3tEVtKzT0nJayYeIsu5lk/0LtoQO89mE4u2VRYJfZg/w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@standardnotes/auth" "3.8.1"
|
"@standardnotes/auth" "3.8.1"
|
||||||
"@standardnotes/common" "1.2.1"
|
"@standardnotes/common" "1.2.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user