mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: don't commit capacitor's server settings into source control
This commit is contained in:
@@ -20,10 +20,10 @@ const config: CapacitorConfig = {
|
||||
}
|
||||
// do not commit this into source control
|
||||
// source: https://capacitorjs.com/docs/guides/live-reload
|
||||
, server: {
|
||||
url: process.env.LOGSEQ_APP_SERVER_URL,
|
||||
cleartext: true
|
||||
}
|
||||
// , server: {
|
||||
// url: process.env.LOGSEQ_APP_SERVER_URL,
|
||||
// cleartext: true
|
||||
// }
|
||||
};
|
||||
|
||||
export = config;
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
klass (if small? (str klass ".px-2.py-1") klass)
|
||||
klass (if large? (str klass ".text-base") klass)]
|
||||
(if href
|
||||
[:button.ui__button.is-link
|
||||
[:a.ui__button.is-link
|
||||
(merge
|
||||
{:type "button"
|
||||
:class (str (util/hiccup->class klass) " " class)}
|
||||
|
||||
Reference in New Issue
Block a user