Page 1 of 1

Wie kann ich die Ressourcen -URL der Seite ändern?

Posted: 14 Apr 2025, 17:26
by Anonymous
Ich weiß, dass es ein Meta-Tag gibt, um die unvollständigen URLs der Seite der Ressourcen zu ändern. "https://example.com/main.js"

Code: Select all


But when you add the meta tag that I've talked about previously and set it to auto-complete with "https://example2.com" and tried to load the same JS file in "https://example.com" the website would load the file from "https://example2.com"




< /code>

Wie heißt dieses Meta -Tag? Und wenn das, was ich sagte, nicht wahr war, gibt es eine andere Möglichkeit, das gleiche Verhalten zu erreichen?