Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/core.ts>Page#updateDest

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Page.prototype.updateDest
Re-export
Deprecated
Deprecated

Use page.data.url to change the url

import { Page } from "https://deno.land/x/lume@v1.19.0/core.ts";

Update the destination file. It also update the data.url accordingly

Parameters

dest: Partial<Dest>