Код: Выделить всё
app = Flask(__name__, static_folder='sveltekit_build')
Код: Выделить всё
return send_from_directory('client/public', 'index.html')
Код: Выделить всё
return send_from_directory('build/_app', 'index.html')
%sveltekit.head% %sveltekit.body%
Подробнее здесь: https://stackoverflow.com/questions/792 ... not-render