mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
16 lines
435 B
HTML
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>
|