클릭 초기화를 빼먹었네. 다음과 같이 하면 돼.

        // (...omitted...)
        "initClicks": function(_options) {
            return function(e) {
                if($(this).attr("href").indexOf(":/") < 0) {
                    e.preventDefault();
                    $().App.renderTemplate($(this).attr("href"), $().App.routes, false, _options);
                }
            }
        },
        // (...omitted...)

읽어줘서 고마워 :)

0

If you have a fediverse account, you can quote this note from your own instance. Search https://social.long-echo.net/@ysh/019a72de-17ba-7f04-8485-614bb3e4de32 on your instance and quote it. (Note that quoting is not supported in Mastodon.)