Open budak7273 opened 1 year ago
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 https://discord.com/channels/555424930502541343/830842478956642354/1126043859542081606
With a simplified load
function in +page.ts
, the tags don't seem to be getting duplicated anymore, though I'm having some difficulty verifiying this as I get a ton of networking errors trying to check FicsitRemoteMonitoring (for example).
Reduced Load Function: // src/routes/+page.ts
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