You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2022. It is now read-only.
Nella documentazione è riportato di modificare alla riga 63 con il percorso relativo alla webroot <script>__PUBLIC_PATH__ = '{{ '/build/' | path | replace(".html", "/") }}'</script>
Quindi dovrebbe essere: <script>__PUBLIC_PATH__ = '{{ '/wtk/build/' | path | replace(".html", "/") }}'</script>
ma da errore: "Uncaught ReferenceError: wtk is not defined"
oppure si sostituisce tutto: <script>__PUBLIC_PATH__ = '/wtk/build/'</script>
ma comunque vedo errori nel caricamento degli altri file perchè vengono richiesti su path errati:
Sul web server ho la cartella 'wtk' contenente:
La struttura è:
Nella documentazione è riportato di modificare alla riga 63 con il percorso relativo alla webroot
<script>__PUBLIC_PATH__ = '{{ '/build/' | path | replace(".html", "/") }}'</script>
Quindi dovrebbe essere:
<script>__PUBLIC_PATH__ = '{{ '/wtk/build/' | path | replace(".html", "/") }}'</script>
ma da errore: "Uncaught ReferenceError: wtk is not defined"
oppure si sostituisce tutto:
<script>__PUBLIC_PATH__ = '/wtk/build/'</script>
ma comunque vedo errori nel caricamento degli altri file perchè vengono richiesti su path errati:
The text was updated successfully, but these errors were encountered: