Files
meteor/docs/client/packages/absolute-url.html
2012-08-15 23:28:51 -07:00

16 lines
435 B
HTML

<template name="pkg_absolute_url">
{{#better_markdown}}
## `absolute-url`
This package allows constructing absolute URLs pointing back to the
application. The server reads from the `ROOT_URL` environment variable
to determine where it is running. This is taken care of automatically
for apps deployed with `meteor deploy`, but must be provided when using
`meteor bundle`.
{{/better_markdown}}
{{> api_box absoluteUrl}}
</template>