-
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
SEO: canonical URL and deps: Update lume and reload cache #18
Conversation
still some realtime test are pending |
Tested it working well <link rel="canonical" href="{{ url |> url(true) }}"> |
"reload": "echo \"import 'lume/cli.ts'\" | deno run --reload --unstable -A -", RUN: |
Thanks! |
sometime it cached the module data it's optional command personally i am using this |
Hmm, but when Lume is updated, the url of Lume and all plugins is changed, so we don't need to force the reload. In this case, I wouldn't include this task here, because it's a task that you have to specify in your deno.json file. |
for now, I removed that option it's just an optional command for re-create the lock file/reloading the packages I follow this command from here 😅 lumeland/lume#330 |
Ah, got it. Thanks! |
using url filter - https://lume.land/plugins/url/
testing on my lume sites no issues