You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ATproto requires the local redirect URL to be 127.0.0.1 (not localhost) but your site is not running on a network address. Run `astro dev --host` to fix this."
109
119
);
110
120
}
111
121
if(config.output==="static"){
112
-
// TODO: check if a static site with some routes marked as dynamic works.
122
+
// TODO: check if a static site with some routes marked as dynamic
123
+
// works.
113
124
logger.warn(
114
125
`Your Astro output config is "static". The login status is only available on dynamically rendered pages.`
0 commit comments