-
Notifications
You must be signed in to change notification settings - Fork 25
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
Page head element does not change when navigating between pages #90
Comments
Might be resolved by the framework update, see https://discord.com/channels/555424930502541343/830842478956642354/1123695901039415307 |
elements in head are being duplicated. should:tm: be resolved by svelte 4 |
With a simplified Reduced Load Function: export const load = async () => ({
meta: {
title: 'Mods',
description: 'Mods available from the Satisfactory Mod Repository',
image: '/assets/favicon.ico',
},
}); |
Example:
FicsitRemoteMonitoring - SMR
FicsitRemoteMonitoring - SMR
Home - SMR
The text was updated successfully, but these errors were encountered: