Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は春の Web フロー 2 を使用しています。最初のページをフローの 1 つにしたいと考えています。どうやってやるの?ウェルカムファイルを設定しようとしましたが、うまくいきません。何か案は?
ありがとう、ルイーザ
Webflowディストリビューションに付属する「春の予約」テストアプリに従って、次のindex.htmlをWebアプリのルート(WEB-INFの隣)に配置できます。index.html:
<html> <head> <meta http-equiv="Refresh" content="0; URL=spring/startFlowName"/> </head> </html>