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:
parent
374949afec
commit
6668ee727e
@ -1,6 +1,8 @@
|
||||
[
|
||||
{
|
||||
"origin": [
|
||||
"https://factorio.tools",
|
||||
"https://dev.factorio.tools",
|
||||
"https://factorioblueprints.tech",
|
||||
"https://static.factorioblueprints.tech",
|
||||
"https://dev.factorioblueprints.tech"
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user