Skip to content

Commit

Permalink
docs: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
0 parents commit 5ca71a3
Show file tree
Hide file tree
Showing 78 changed files with 1,698 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | Import-meta-env</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.5.0">
<link rel="preload stylesheet" href="/assets/style.cHcUBCVA.css" as="style">
<link rel="preload stylesheet" href="/vp-icons.css" as="style">

<script type="module" src="/assets/app.DNwW96bz.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="icon" href="/favicon.ico">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6110487434003355" crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9QTYWHDXCJ"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){window.dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-9QTYWHDXCJ");</script>
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api.md\":\"w5r8-ef1\",\"guide_extra-topic_json.md\":\"BRXtRc0l\",\"guide_extra-topic_sensitive-environment-variables.md\":\"4Do9JvPe\",\"guide_extra-topic_server-side-rendering.md\":\"7_2IoZgM\",\"guide_faq_changes-to-environment-variables-is-not-updated.md\":\"CqizDe9N\",\"guide_faq_environment-variables-types.md\":\"BUiP4ift\",\"guide_faq_why-use-import-meta.md\":\"nWqZF-m9\",\"guide_framework-specific-notes_vite.md\":\"C11tu2Te\",\"guide_getting-started_compile-time-transform.md\":\"BnRhs1TX\",\"guide_getting-started_introduction.md\":\"BWW2Wnbt\",\"guide_getting-started_runtime-transform.md\":\"DpK8cdZW\",\"guide_tools_flow.md\":\"Du307EcB\",\"guide_tools_prepare.md\":\"C1x4TUY1\",\"guide_tools_typescript.md\":\"41z6v_7Y\",\"index.md\":\"CW7ETkec\",\"migration.md\":\"CYnxOdcY\",\"public_glance.md\":\"oqClkWjW\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Import-meta-env\",\"description\":\"Build once, deploy anywhere. Import-meta-env helps to developing applications following the 12-factor principles.\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/logo.png\",\"nav\":[{\"text\":\"Guide\",\"activeMatch\":\"/guide/\",\"link\":\"/guide/getting-started/introduction#guide\"},{\"text\":\"API\",\"link\":\"/api\"},{\"text\":\"Migration\",\"link\":\"/migration\"},{\"text\":\"Other Projects\",\"link\":\"https://soc221b.github.io/\"}],\"sidebar\":{\"/guide\":[{\"text\":\"Getting started\",\"items\":[{\"text\":\"Introduction\",\"link\":\"/guide/getting-started/introduction.md\"},{\"text\":\"Compile time transform\",\"link\":\"/guide/getting-started/compile-time-transform.md\"},{\"text\":\"Runtime transform\",\"link\":\"/guide/getting-started/runtime-transform.md\"}]},{\"text\":\"Tools\",\"items\":[{\"text\":\"Flow\",\"link\":\"/guide/tools/flow.md\"},{\"text\":\"Prepare\",\"link\":\"/guide/tools/prepare.md\"},{\"text\":\"Typescript\",\"link\":\"/guide/tools/typescript.md\"}]},{\"text\":\"Extra topic\",\"items\":[{\"text\":\"Json\",\"link\":\"/guide/extra-topic/json.md\"},{\"text\":\"Sensitive environment variables\",\"link\":\"/guide/extra-topic/sensitive-environment-variables.md\"},{\"text\":\"Server side rendering\",\"link\":\"/guide/extra-topic/server-side-rendering.md\"}]},{\"text\":\"Framework specific notes\",\"items\":[{\"text\":\"Vite\",\"link\":\"/guide/framework-specific-notes/vite.md\"}]},{\"text\":\"Faq\",\"items\":[{\"text\":\"Changes to environment variables is not updated\",\"link\":\"/guide/faq/changes-to-environment-variables-is-not-updated.md\"},{\"text\":\"Environment variables types\",\"link\":\"/guide/faq/environment-variables-types.md\"},{\"text\":\"Why use import meta\",\"link\":\"/guide/faq/why-use-import-meta.md\"}]}]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/import-meta-env/import-meta-env\"}],\"footer\":{\"message\":\"Released under the MIT License.\",\"copyright\":\"Created by <a href='https://github.com/soc221b' target='_blank'>Ernest</a>\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>

</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import-meta-env.org
169 changes: 169 additions & 0 deletions api.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5ca71a3

Please sign in to comment.