-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apply LocaleSwitch #144
apply LocaleSwitch #144
Conversation
✅ Deploy Preview for vuefes-2024 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploy Previewで確認したところ動作が機能要件を満たしていないようです。 概要サブページで言語を切り替えてトップページへ遷移、その後言語を切り替えても、切り替えできない 再現手順
原因
詳細
対応方針案
その他調査内容本番環境でもトレイリングスラッシュあり・なしは同じ挙動となっていることを確認済み。 TOPページ
サブページ
|
@@ -94,6 +94,14 @@ export default defineNuxtConfig({ | |||
const supabaseKey = process.env.SUPABASE_KEY | |||
if (!supabaseUrl || !supabaseKey) return | |||
}, | |||
'prerender:routes': (context) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✍️
trailingSlash 設定を書いています mm
この辺りは対応させていただきました cc: @totocalcio |
一旦マージします(何か問題あればリバートします |
No description provided.