-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: using csunibo.github.io from statik data.url #272
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/lib/components/Line.svelte
Outdated
@@ -7,11 +7,23 @@ | |||
|
|||
export let data: File | Directory; | |||
export let customUrl: string | undefined = undefined; |
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.
@VaiTon rileggendo il codice mi chiedo a cosa serva questa variabile
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.
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.
Mi sembra tutto sensato
In pratica per accontentare la prof di Algebra e Geometria la sua dir
/libri/
verrà redirectata su csunibo.github.io (il vecchio statik) per non avere url basati su unibo.it -.-Quindi in generale per tutti i data.url che su statik saranno assegnati sotto il dominio csunibo.github.io verranno redirectati lì.
Thanks to @samuelemusiani per questa incredibile avventura