1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-21 18:16:33 +02:00

Add cors for factorio.tools to gcp bucket

This commit is contained in:
Bart Huijgen 2022-03-12 22:10:20 +01:00
parent 374949afec
commit 6668ee727e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[
{
"origin": [
"https://factorio.tools",
"https://dev.factorio.tools",
"https://factorioblueprints.tech",
"https://static.factorioblueprints.tech",
"https://dev.factorioblueprints.tech"

View File

@ -1,4 +1,3 @@
import React from "react";
import { NextPage } from "next";
import { SimpleGrid, Box, Text } from "@chakra-ui/react";
import { getUserFavoriteBlueprintPages } from "@factorio-sites/database";