Skip to content

Commit

Permalink
Initial preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed May 6, 2024
1 parent 305436f commit cb28f67
Show file tree
Hide file tree
Showing 37 changed files with 474 additions and 977 deletions.
1 change: 1 addition & 0 deletions fixtures/webstudio-cloudflare-template/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
force=true
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { LoaderFunctionArgs } from "@remix-run/server-runtime";
import { sitemap } from "../__generated__/[sitemap.xml]";
import { sitemap } from "../__generated__/$resources.sitemap.xml";

export const loader = (arg: LoaderFunctionArgs) => {
const host =
Expand Down
1 change: 1 addition & 0 deletions fixtures/webstudio-custom-template/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
force=true
Loading

0 comments on commit cb28f67

Please sign in to comment.